From d869586f00409ec087a50fc6c396d37c34fe7369 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 29 Mar 2018 12:57:50 -0700 Subject: [PATCH] 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 --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) 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" -- 2.16.6