set tty to true for containers

This commit is contained in:
hyperdefined 2023-07-14 19:37:45 -04:00 committed by GitHub
parent ccab047f19
commit a8a19c11a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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