7dtd-coop: switch to START_MODE=2, seed serverfiles from main install

SteamCMD anonymous install fails with "Missing configuration" on a
fresh coop dir. The main 7dtd works because its binaries were
installed long ago and LinuxGSM skips the SteamCMD step. Same trick
for coop: rsync the binaries over and start-only, no update path.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-25 19:24:01 +01:00
parent 568b815d8d
commit c1cfa613f7

View file

@ -63,7 +63,10 @@
"127.0.0.1:8091:8080/tcp"
];
environment = {
START_MODE = "1";
# Start-only — serverfiles are seeded by rsync from the main
# 7dtd install (SteamCMD anonymous install fails for new installs
# on this image; sharing the existing binaries sidesteps it).
START_MODE = "2";
VERSION = "stable";
TimeZone = "Europe/Stockholm";
TEST_ALERT = "NO";