From 03d84f2b9db67fd2146ff10f29411c8b52a8167b Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Fri, 19 Mar 2021 14:08:58 +0200 Subject: [PATCH] Set tty to false for api container Doesn't work in Jenkins with a tty. Jenkins shows: the input device is not a TTY and bails out. --- docker-compose-jfrog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-jfrog.yml b/docker-compose-jfrog.yml index 4e96b38..6830ebf 100644 --- a/docker-compose-jfrog.yml +++ b/docker-compose-jfrog.yml @@ -74,7 +74,7 @@ services: image: registry.curex-project.eu:443/curex-local/kea_api:1.0.1 container_name: kea_api restart: unless-stopped - tty: true + tty: false working_dir: /var/www volumes: - ./api:/var/www -- 2.2.2