steam-dontstarve/docker-compose.yml
2018-04-15 22:14:22 +02:00

18 lines
306 B
YAML

version: '2'
services:
server:
build: .
volumes:
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/
volumes:
world: