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

29 lines
1014 B
YAML
Raw Normal View History

2024-01-19 14:58:51 +01:00
services:
palworld:
2024-01-26 23:57:07 -05:00
image: test/palworld-server-docker:latest
build: .
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 # Required if you want your server to show up in the community servers tab
2024-01-19 14:58:51 +01:00
environment:
- PUID=1000
- PGID=1000
2024-01-21 20:04:45 +01:00
- PORT=8211 # Optional but recommended
- PLAYERS=16 # Optional but recommended
- SERVER_PASSWORD="worldofpals" # Optional but recommended
2024-01-22 19:12:41 +01:00
- MULTITHREADING=true
2024-01-22 23:08:43 +01:00
- RCON_ENABLED=true
2024-01-22 19:12:41 +01:00
- RCON_PORT=25575
2024-01-24 16:20:26 -05:00
- TZ=UTC
2024-01-22 19:12:41 +01:00
- ADMIN_PASSWORD="adminPasswordHere"
2024-01-25 08:02:43 -05:00
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
- SERVER_NAME="World of Pals"
2024-01-25 21:45:05 -05:00
- SERVER_DESCRIPTION=""
2024-01-26 23:57:07 -05:00
- BACKUP_ENABLED=true
- DAYS_TO_KEEP=
- BACKUP_CRON_EXPRESSION=
2024-01-19 14:58:51 +01:00
volumes:
- ./palworld:/palworld/