mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Update Docker run command
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user