Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.42 KB

README.md

File metadata and controls

68 lines (45 loc) · 2.42 KB

Configure

Copy config which could be generated as described here to the conf.d directory.

_conf.d directory contains configuration sample.

_server.d directory contains mods configuration sample.

scp DSTConfig <%user%>@<%server%>:/home/<%user%>/dont-starve-together-server/conf.d
cp -r _server.d server.d

Build Image

VERSION=<%build_version%> make build

Launch

VERSION=<%build_version%> VOL_VERSION=<%volume_version%> make server

Backup

export VOL_VERSION=<volume version>
docker run -i --volume dst_server${VOL_VERSION}:/root/.klei --mount type=bind,source=/root/backup,target=/root/backup -t debian:stretch-slim /bin/bash

Server Mods

Fordge event

Client mods

Links