Merge branch 'fix-tty' into 'master'
Allow TTY to remain open See merge request dockerfiles/steam-dst!2
This commit is contained in:
commit
42d45f14da
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,9 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
|
volumes:
|
||||||
ports:
|
ports:
|
||||||
- 11000:11000
|
- 11000:11000
|
||||||
- 11000:11000/udp
|
- 11000:11000/udp
|
||||||
|
@ -15,4 +17,4 @@ services:
|
||||||
- world:/home/steam/.klei/DoNotStarveTogether/
|
- world:/home/steam/.klei/DoNotStarveTogether/
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
world:
|
world:
|
||||||
|
|
Loading…
Reference in a new issue