vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request documentation about running multiple 7D2D containers with different saves and maybe different game versions

mutantbob opened this issue · comments

Is your feature request related to a problem? Please describe.
Now that the A21 experimental branch is available, I want to be able to create a server based on it. But I'm not sure which of the various volumes can be shared between an A20 container and an A21 container.

Describe the solution you'd like
It would be nice if the documentation included a section that lists which volume must be distinct between different server instances, and which can be shared.

/home/sdtdserver/.local/share/7DaysToDie/
/home/sdtdserver/lgsm/config-lgsm/sdtdserver
/home/sdtdserver/serverfiles/ # Optional - serverfiles folder
/home/sdtdserver/log/ # Optional - Logs folder
/home/sdtdserver/lgsm/backup/ # Optional - If BAKCUP=NO, backups folder

Maybe some volumes can be shared between two worlds with the same server version, but not different server versions?

I would recommend to set up every volume different, unless you want the exact same server and will keep same volume folder for:

  • /home/sdtdserver/lgsm/config-lgsm/sdtdserver
  • /home/sdtdserver/serverfiles/

But, I haven't tested this, so maybe you need to have all volumes different