Skip to content

Commit

Permalink
update docker compose in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Jan 19, 2024
1 parent 2bf1358 commit 56ced01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ services:
- 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!
# Enable the environment variables below if you have COMMUNITY=true
# - PUBLIC_PORT=123
# - PUBLIC_IP=123
# - SERVER_PASSWORD="worldofpals"
# - SERVER_NAME="World of Pals"
volumes:
- /path/to/your/palworld/folder:/palworld/
```
Expand Down

0 comments on commit 56ced01

Please sign in to comment.