To make same as in test_wildcard-host.yml
@@ -27,4 +27,4 @@ services:
- "83"
environment:
WEB_PORTS: "83"
- VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$
+ VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$ # we need to double the `$` because of docker compose variable interpolation
@@ -5,4 +5,4 @@ services:
- "80"
WEB_PORTS: "80"