1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-04-10 01:43:27 +02:00

tests: variable interpolation comments

To make same as in test_wildcard-host.yml
This commit is contained in:
Niek 2025-02-27 13:58:57 +01:00
parent 58e21618b4
commit c18795b10e
3 changed files with 3 additions and 3 deletions

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

@ -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"
environment:
WEB_PORTS: "80"
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$ # we need to double the `$` because of docker compose variable interpolation