mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 01:08:27 +00:00
set tty
to true for containers
This commit is contained in:
parent
ccab047f19
commit
a8a19c11a8
@ -5,6 +5,7 @@ services:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
container_name: cobalt-api
|
||||
tty: true
|
||||
ports:
|
||||
- 9000:9000/tcp
|
||||
environment:
|
||||
@ -15,6 +16,7 @@ services:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
container_name: cobalt-web
|
||||
tty: true
|
||||
ports:
|
||||
- 9000:9000/tcp
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user