vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
236 stars 47 forks source link

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

Closed mutantbob closed 1 year ago

mutantbob commented 1 year ago

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?

vinanrra commented 1 year ago

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

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