Commit 03d84f2b9db67fd2146ff10f29411c8b52a8167b

Authored by George Vlahavas
1 parent a6777d113a

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.

Showing 1 changed file with 1 additions and 1 deletions

docker-compose-jfrog.yml View file @ 03d84f2
... ... @@ -74,7 +74,7 @@
74 74 image: registry.curex-project.eu:443/curex-local/kea_api:1.0.1
75 75 container_name: kea_api
76 76 restart: unless-stopped
77   - tty: true
  77 + tty: false
78 78 working_dir: /var/www
79 79 volumes:
80 80 - ./api:/var/www