mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
feat: ✨ Update Docker-compose
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
palworld:
|
palworld:
|
||||||
image: test/palworld-server-docker:latest
|
image: thijsvanloef/palworld-server-docker:latest
|
||||||
build: .
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: palworld-server
|
container_name: palworld-server
|
||||||
ports:
|
ports:
|
||||||
@@ -17,8 +16,8 @@ services:
|
|||||||
- RCON_PORT=25575
|
- RCON_PORT=25575
|
||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
- ADMIN_PASSWORD="adminPasswordHere"
|
- ADMIN_PASSWORD="adminPasswordHere"
|
||||||
- COMMUNITY=false
|
- COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
|
||||||
- BACKUP_ENABLED=true
|
- BACKUP_ENABLED=false
|
||||||
- DAYS_TO_KEEP=7
|
- DAYS_TO_KEEP=7
|
||||||
- BACKUP_CRON_EXPRESSION=0 0 * * *
|
- BACKUP_CRON_EXPRESSION=0 0 * * *
|
||||||
# Enable the environment variables below if you have COMMUNITY=true
|
# Enable the environment variables below if you have COMMUNITY=true
|
||||||
|
|||||||
Reference in New Issue
Block a user