From 5a8616affd79ed945e83f2c2485f05cfbe097fb9 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Fri, 19 Jan 2024 18:34:41 +0100 Subject: [PATCH] update docker-compose and docker run example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f85fc5b1..c4122435d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ services: - PORT=8211 - PLAYERS=16 - MULTITHREADING=FALSE + - COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD! volumes: - /path/to/your/palworld/folder:/palworld/ ``` @@ -46,6 +47,7 @@ docker run -d \ -v ./:/palworld/ \ -e PLAYERS=16 \ -e PORT=8211 \ + -e COMMUNITY=false \ --restart unless-stopped \ thijsvanloef/palworld-server-docker