-
Hi there, I'm having trouble getting my configuration changes to take effect. Am I missing something from the documetnation? I set up a mount for the configuration path and ran docker compose with start mode 0. After that, I modified I've tried removing the container, deleting all associated files, and only adding the config file for a fresh start. But when I launched the container again, it overwrote my config with the default settings. I'm not sure what I’m doing wrong. Any guidance would be greatly appreciated! Here is my docker-compose.yml: services:
7dtdserver:
image: vinanrra/7dtd-server
container_name: 7dtdserver
environment:
- START_MODE=3
- VERSION=stable
- PUID=1000
- PGID=1000
- TimeZone=Europe/Madrid
- TEST_ALERT=NO
- UPDATE_MODS=NO
- MODS_URLS=""
- ALLOC_FIXES=NO
- ALLOC_FIXES_UPDATE=NO
- UNDEAD_LEGACY=NO
- UNDEAD_LEGACY_VERSION=stable
- UNDEAD_LEGACY_UPDATE=NO
- DARKNESS_FALLS=NO
- DARKNESS_FALLS_UPDATE=NO
- DARKNESS_FALLS_URL=False
- CPM=NO
- CPM_UPDATE=NO
- BEPINEX=NO
- BEPINEX_UPDATE=NO
- BACKUP=NO
- BACKUP_HOUR=5
- BACKUP_MAX=7
- MONITOR=NO
volumes:
- /opt/docker/volumes/7DaysToDie/saves:/home/sdtdserver/.local/share/7DaysToDie/
- /opt/docker/volumes/7DaysToDie/LGSM-Config:/home/sdtdserver/lgsm/config-lgsm/sdtdserver
- /opt/docker/volumes/7DaysToDie/ServerFiles:/home/sdtdserver/serverfiles/
- /opt/docker/volumes/7DaysToDie/log:/home/sdtdserver/log/
- /opt/docker/volumes/7DaysToDie/backups:/home/sdtdserver/lgsm/backup/
ports:
- 26900:26900/tcp
- 26900:26900/udp
- 26901:26901/udp
- 26902:26902/udp
restart: unless-stopped |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, Greetings. |
Beta Was this translation helpful? Give feedback.
Hi,
Greetings.