From: Trevor Bramwell Date: Thu, 29 Mar 2018 19:57:50 +0000 (-0700) Subject: Don't always restart the nginx container X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=d869586f00409ec087a50fc6c396d37c34fe7369;p=releng%2Fci-workshop.git Don't always restart the nginx container If there are errors bringing up the docker-compose environment, the nginx container will still continue to run causing other projects that expect port 80 to be available to fail. Change-Id: I33715f5326514ef7945826d717e7a44ac1e5337b Signed-off-by: Trevor Bramwell --- diff --git a/docker-compose.yml b/docker-compose.yml index b7fe2ef..7a8e162 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -95,7 +95,6 @@ services: - "5432" nginx: image: jwilder/nginx-proxy:latest - restart: always container_name: releng-ingress ports: - "80:80"