fix (test): test_wildcard_host

Revert "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 reverts commit 343cdd02ac.
This commit is contained in:
Alexander Lieret 2021-05-02 09:58:33 +02:00
parent 399644d63a
commit 108174763c
No known key found for this signature in database
GPG key ID: F595A2E96992CF30

View file

@ -28,7 +28,7 @@ web4:
- "84"
environment:
WEB_PORTS: "84"
VIRTUAL_HOST: ~^web4\..*\.nginx-proxy\.regexp
VIRTUAL_HOST: ~^web4\..*\.nginx-proxy\.regexp$$ # we need to double the `$` because of docker-compose variable interpolation
sut: