Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rfvgyhn/docker-7dtd

Repository files navigation

7 Days to Die Docker

7 Days to Die dedicated server

Branch Size Version
latest Size Version

Usage

Volumes

  • /home/steam/.local/share/7DaysToDie mount for save game data and config
  • /home/steam/7dtd/Mods mount for mods
docker run -d \
  --name 7dtd \
  --ulimit nofile=10240 \
  -v /opt/7dtd/data:/home/steam/.local/share/7DaysToDie \
  -p 8081:8081/tcp \
  -p 26900-26903:26900-26903/udp \
  -p 26900:26900/tcp \
   ghcr.io/rfvgyhn/7dtd

Note that the container runs as non-root user 1000:1000. Make sure your mounted volume(s) have the correct permissions. (When running Docker in rootless mode, the user is remapped to a different id, usually 100999:100999)

Docker Images

The latest tag will follow the latest 7 Days to Die server release.

You can specify a specific version using the available tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages