Add tty true to aid in debugging

This commit is contained in:
30hours 2024-09-11 14:04:50 +00:00
parent a9077fc26f
commit 76170d8c57

View file

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