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