mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
update docker-compose and docker run example
This commit is contained in:
@@ -30,6 +30,7 @@ services:
|
|||||||
- PORT=8211
|
- PORT=8211
|
||||||
- PLAYERS=16
|
- PLAYERS=16
|
||||||
- MULTITHREADING=FALSE
|
- MULTITHREADING=FALSE
|
||||||
|
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/your/palworld/folder:/palworld/
|
- /path/to/your/palworld/folder:/palworld/
|
||||||
```
|
```
|
||||||
@@ -46,6 +47,7 @@ docker run -d \
|
|||||||
-v ./<palworld-folder>:/palworld/ \
|
-v ./<palworld-folder>:/palworld/ \
|
||||||
-e PLAYERS=16 \
|
-e PLAYERS=16 \
|
||||||
-e PORT=8211 \
|
-e PORT=8211 \
|
||||||
|
-e COMMUNITY=false \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
thijsvanloef/palworld-server-docker
|
thijsvanloef/palworld-server-docker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user