mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-30 20:24:28 +00:00
Merge pull request #2 from atwardowski/main
Fix server port typo in docker-compose.yml
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
- 8211:8211/udp
|
- 8211:8211/udp
|
||||||
- 27015:27015/udp
|
- 27015:27015/udp
|
||||||
environment:
|
environment:
|
||||||
- PORT=8221
|
- PORT=8211
|
||||||
- PLAYERS=16
|
- PLAYERS=16
|
||||||
- MULTITHREADING=FALSE
|
- MULTITHREADING=FALSE
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user