From 56ced0119c6dc1586edb43b9abf7d9081283b262 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Fri, 19 Jan 2024 19:09:36 +0100 Subject: [PATCH] update docker compose in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c4122435d..fedf95f2f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ services: - 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! + # Enable the environment variables below if you have COMMUNITY=true + # - PUBLIC_PORT=123 + # - PUBLIC_IP=123 + # - SERVER_PASSWORD="worldofpals" + # - SERVER_NAME="World of Pals" volumes: - /path/to/your/palworld/folder:/palworld/ ```