From ee648ed522ae25121b14319298dbf0be6f65a46f Mon Sep 17 00:00:00 2001 From: Jack Li Date: Wed, 21 Aug 2024 12:43:16 +0800 Subject: [PATCH] build: use ready-made docker file --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index 31bdce8..e4cdd12 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,11 +4,11 @@ version: "3" services: artroll: container_name: artroll - # The build config can be used for debugging and testing changes to the GM Dockerfile - build: . + # The build config can be used for debugging and testing changes to the Dockerfile + # build: . - # The image config can be used for running against published GM images - # image: ghcr.io/rollkit/gm:19b894c + # The image config can be used for running against published images + image: artelanetwork/rollkit:latest # Used for targetting localhost as if you were outside the container network_mode: host