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 commit343cdd02ac.
This commit is contained in:
parent
399644d63a
commit
108174763c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue