From 343cdd02ac35cf57c070aa5de0ed86e48efe3c04 Mon Sep 17 00:00:00 2001 From: Josh Trow Date: Sun, 31 Dec 2017 14:19:42 -0500 Subject: [PATCH] Removing trailing dollar signs due to nginx blowing up - and rather than go whole-hog on this as "https://github.com/appropriate/nginx-proxy/commit/89bff71c0e166a3f9956e63b2c88252428b30dec" seems to do, just keep the commit to one fix at a time --- test/test_wildcard_host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_wildcard_host.yml b/test/test_wildcard_host.yml index 742a8ac..52ba045 100644 --- a/test/test_wildcard_host.yml +++ b/test/test_wildcard_host.yml @@ -28,7 +28,7 @@ web4: - "84" environment: WEB_PORTS: "84" - VIRTUAL_HOST: ~^web4\..*\.nginx-proxy\.regexp$$ # we need to double the `$` because of docker-compose variable interpolation + VIRTUAL_HOST: ~^web4\..*\.nginx-proxy\.regexp sut: