From a8a19c11a859ddbae8a8f9478a6532503750844d Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Fri, 14 Jul 2023 19:37:45 -0400 Subject: [PATCH] set `tty` to true for containers --- docker-compose.yml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index a2b79c0f..f6fdbc46 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -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: