mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-30 20:24:28 +00:00
update docker compose
This commit is contained in:
@@ -24,7 +24,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: palworld-server
|
container_name: palworld-server
|
||||||
ports:
|
ports:
|
||||||
- 8211:8211
|
- 8211:8211/udp
|
||||||
|
- 27015:27015/udp
|
||||||
environment:
|
environment:
|
||||||
- PORT=8221
|
- PORT=8221
|
||||||
- PLAYERS=16
|
- PLAYERS=16
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: palworld-server
|
container_name: palworld-server
|
||||||
ports:
|
ports:
|
||||||
- 8211:8211
|
- 8211:8211/udp
|
||||||
|
- 27015:27015/udp
|
||||||
environment:
|
environment:
|
||||||
- PORT=8221
|
- PORT=8221
|
||||||
- PLAYERS=16
|
- PLAYERS=16
|
||||||
|
|||||||
Reference in New Issue
Block a user