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:
parent
3b71bf0a9f
commit
343cdd02ac
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ web4:
|
||||||
- "84"
|
- "84"
|
||||||
environment:
|
environment:
|
||||||
WEB_PORTS: "84"
|
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:
|
sut:
|
||||||
|
|
Loading…
Reference in a new issue