Update Docker run command

This commit is contained in:
Thijs van Loef
2024-01-24 10:47:46 +01:00
parent 193171c0e8
commit cfc8ea4b19

View File

@@ -63,13 +63,17 @@ docker run -d \
-p 8211:8211/udp \
-p 27015:27015/udp \
-v ./<palworld-folder>:/palworld/ \
-e PLAYERS=16 \
-e PORT=8211 \
-e PUID=1000 \
-e PGID=1000 \
-e PORT=8211 \
-e PLAYERS=16 \
-e MULTITHREADING=true \
-e RCON_ENABLED=true \
-e RCON_PORT=25575 \
-e ADMIN_PASSWORD="adminPasswordHere" \
-e COMMUNITY=false \
--restart unless-stopped \
thijsvanloef/palworld-server-docker
thijsvanloef/palworld-server-docker:latest
```