From ebd63d17617d369e7614fc8fc4e89eac70245ee2 Mon Sep 17 00:00:00 2001 From: Guillaume Barreau Date: Thu, 25 Jan 2024 02:56:06 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Add=20Cron=20command=20to?= =?UTF-8?q?=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64dcdb8..7dc7136 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ services: palworld: - image: test/palworld-server-docker:latest - build: . + image: thijsvanloef/palworld-server-docker:latest restart: unless-stopped container_name: palworld-server ports: