1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-08-19 10:24:47 +02:00
nginx-proxy/test/test_htpasswd/test_htpasswd-regex-virtual-host.yml
Niek c18795b10e tests: variable interpolation comments
To make same as in test_wildcard-host.yml
2025-03-10 09:53:52 +01:00

9 lines
229 B
YAML

services:
regex:
image: web
expose:
- "80"
environment:
WEB_PORTS: "80"
VIRTUAL_HOST: ~^regex.*\.nginx-proxy\.example$$ # we need to double the `$` because of docker compose variable interpolation