update docker compose

This commit is contained in:
Thijs van Loef
2024-01-19 15:07:14 +01:00
parent ce536c2d72
commit 10190d483c
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,8 @@ services:
restart: unless-stopped
container_name: palworld-server
ports:
- 8211:8211
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8221
- PLAYERS=16

View File

@@ -4,7 +4,8 @@ services:
restart: unless-stopped
container_name: palworld-server
ports:
- 8211:8211
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8221
- PLAYERS=16