steam-dontstarve/docker-compose.yml

22 lines
446 B
YAML

version: '2'
services:
server:
build: .
stdin_open: true
tty: true
environment:
- "CLUSTER_TOKEN=pds-g^KU_W-8duuIH^mHR5MxsqERUXwCO6RsRx0CBPADHhtk1mem6U43jTGn8="
ports:
- 11000:11000
- 11000:11000/udp
- 27018:27018
- 27018:27018/udp
- 8768
#volumes:
#- /data/steam-games/:/home/steam/games/:rw
#- world:/home/steam/.klei/DoNotStarveTogether/Zom.bi/save
volumes:
world: