Allow TTY to remain open

This commit is contained in:
paul 2018-04-15 22:30:14 +02:00 committed by Hive
parent 08ed200735
commit ba98714cc8

View file

@ -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: