From cf8fc63792b5fc68f20f99535800fcb792d49ed2 Mon Sep 17 00:00:00 2001 From: Maarten Vermue Date: Fri, 1 Jun 2018 10:01:20 +0200 Subject: [PATCH] Fix incorrect indentation in dinghy docker compose file --- docker-compose-dinghy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-dinghy.yml b/docker-compose-dinghy.yml index a2434bf..3243c19 100644 --- a/docker-compose-dinghy.yml +++ b/docker-compose-dinghy.yml @@ -36,7 +36,7 @@ services: network_mode: bridge nginx: - image: dockerwest/nginx-symfony${SYMFONYVERSION:-4}:${NGINXVERSION:-stable} + image: dockerwest/nginx-symfony${SYMFONYVERSION:-4}:${NGINXVERSION:-stable} environment: - VIRTUAL_HOST=${BASEHOST:-application.docker},${EXTRAHOSTS} - VIRTUAL_PORT=80