romach3 / 7dtd-server-docker

The code in this repository will help you create and run a docker container for the 7 Days to Die zombie horde crafting survival game by The Fun Pimps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7 Days To Die Server in a Docker Container

Maintainers

Mudfly mudfly@gmail.com

Prerequisites

  1. Docker Engine
  2. docker-compose

Build and Run Server

  1. Clone this repository, and change into the cloned directory
  2. Build the Docker image docker-compose build
  3. Start the 7 Days To Die server docker-compose up -d

Note: This container makes use of a data volume under /srv/7dtd on the docker host, in order to persist the generated worlds between container restarts. If you would like to move this to another location, update docker-compose.yaml before launching the container.

About

The code in this repository will help you create and run a docker container for the 7 Days to Die zombie horde crafting survival game by The Fun Pimps.

License:MIT License


Languages

Language:Shell 62.5%Language:Dockerfile 37.5%