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
|
||||
build: .
|
||||
image: blah2
|
||||
tty: true
|
||||
depends_on:
|
||||
- blah2_api
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue