Files
palworld-server-docker/docker-compose.yml

15 lines
484 B
YAML
Raw Normal View History

2024-01-19 14:58:51 +01:00
services:
palworld:
2024-01-19 18:22:08 +01:00
image: thijsvanloef/palworld-server-docker:latest
2024-01-19 14:58:51 +01:00
restart: unless-stopped
container_name: palworld-server
ports:
2024-01-19 15:07:14 +01:00
- 8211:8211/udp
- 27015:27015/udp
2024-01-19 14:58:51 +01:00
environment:
- PORT=8211
2024-01-19 14:58:51 +01:00
- PLAYERS=16
2024-01-19 18:22:08 +01:00
- MULTITHREADING=false
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
2024-01-19 14:58:51 +01:00
volumes:
2024-01-19 18:22:08 +01:00
- ./palworld:/palworld/