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