mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2025-08-19 10:24:47 +02:00
9 lines
229 B
YAML
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
|