From fbbe8355be57480a4ba026eda5990673e0780678 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Thu, 25 Jan 2024 19:05:15 +0100 Subject: [PATCH] Recommend Server Password since you can now use direct join with a password --- README.md | 3 ++- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdcc4bf..3e9f06d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ services: - PGID=1000 - PORT=8211 # Optional but recommended - PLAYERS=16 # Optional but recommended + - SERVER_PASSWORD="worldofpals" # Optional but recommended - MULTITHREADING=true - RCON_ENABLED=true - RCON_PORT=25575 @@ -49,7 +50,6 @@ services: - ADMIN_PASSWORD="adminPasswordHere" - 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 - # - SERVER_PASSWORD="worldofpals" # - SERVER_NAME="World of Pals" volumes: - ./palworld:/palworld/ @@ -74,6 +74,7 @@ docker run -d \ -e RCON_PORT=25575 \ -e TZ=UTC \ -e ADMIN_PASSWORD="adminPasswordHere" \ + -e SERVER_PASSWORD="worldofpals" \ -e COMMUNITY=false \ --restart unless-stopped \ thijsvanloef/palworld-server-docker:latest diff --git a/docker-compose.yml b/docker-compose.yml index 2800f57..21aff67 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,6 +11,7 @@ services: - PGID=1000 - PORT=8211 # Optional but recommended - PLAYERS=16 # Optional but recommended + - SERVER_PASSWORD="worldofpals" # Optional but recommended - MULTITHREADING=true - RCON_ENABLED=true - RCON_PORT=25575 @@ -18,7 +19,6 @@ services: - ADMIN_PASSWORD="adminPasswordHere" - 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 - # - SERVER_PASSWORD="worldofpals" # - SERVER_NAME="World of Pals" volumes: - ./palworld:/palworld/