From 560a29c3282b92137bc41f5d534628da46b7a667 Mon Sep 17 00:00:00 2001 From: Guillaume Barreau Date: Thu, 25 Jan 2024 08:02:43 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Update=20Docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 12fb347..b18c716 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: @@ -17,8 +16,8 @@ services: - RCON_PORT=25575 - TZ=UTC - ADMIN_PASSWORD="adminPasswordHere" - - COMMUNITY=false - - BACKUP_ENABLED=true + - COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD! + - BACKUP_ENABLED=false - DAYS_TO_KEEP=7 - BACKUP_CRON_EXPRESSION=0 0 * * * # Enable the environment variables below if you have COMMUNITY=true