Skip to content

Commit

Permalink
Update Docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Jan 24, 2024
1 parent 193171c commit cfc8ea4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

Expand Down

0 comments on commit cfc8ea4

Please sign in to comment.