Skip to content

Commit

Permalink
update docker-compose and docker run example
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Jan 19, 2024
1 parent 4fda345 commit 5a8616a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
- PORT=8211
- 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!
volumes:
- /path/to/your/palworld/folder:/palworld/
```
Expand All @@ -46,6 +47,7 @@ docker run -d \
-v ./<palworld-folder>:/palworld/ \
-e PLAYERS=16 \
-e PORT=8211 \
-e COMMUNITY=false \
--restart unless-stopped \
thijsvanloef/palworld-server-docker

Expand Down

0 comments on commit 5a8616a

Please sign in to comment.