Removing trailing dollar signs due to nginx blowing up - and rather than go whole-hog on this as "89bff71c0e" seems to do, just keep the commit to one fix at a time

This commit is contained in:
Josh Trow 2017-12-31 14:19:42 -05:00
parent 3b71bf0a9f
commit 343cdd02ac

View file

@ -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: