mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +00:00
Add tty true to aid in debugging
This commit is contained in:
parent
a9077fc26f
commit
76170d8c57
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
build: .
|
build: .
|
||||||
image: blah2
|
image: blah2
|
||||||
|
tty: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- blah2_api
|
- blah2_api
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue