This repository contains Dockerfile
definitions for Don't Starve Server Docker images.
Getting started for this docker container at the Docker Hub.
Use SERVER_TOKEN
environment variable to authenticate server.
docker run -d -e SERVER_TOKEN=<YOUR_SERVER_TOKEN> zealic/dst_server
Data volume directory is /DST
Host directory owners must be 10999:10999
mkdir $HOME/dst_data
chown 10999:10999 $HOME/dst_data
docker run -d -e SERVER_TOKEN=... -v $HOME/dst_data:/DST zealic/dst_server