Merge branch 'feature-compose-file' into 'master'
Add compose file See merge request dockerfiles/steam-dst!1
This commit is contained in:
commit
08ed200735
1 changed files with 18 additions and 0 deletions
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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:
|
Loading…
Reference in a new issue