1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 22:35:45 +00:00

refactor: rename VIRTUAL_HOST_YAML -> VIRTUAL_HOST_MULTIPORTS

This commit is contained in:
Nicolas Duchon
2024-05-03 00:12:14 +02:00
parent 216eae9f70
commit 47e2838e61
2 changed files with 12 additions and 9 deletions

View File

@ -8,7 +8,7 @@ services:
environment:
WEB_PORTS: "81"
VIRTUAL_HOST: skipped.nginx-proxy.tld
VIRTUAL_HOST_YAML: |-
VIRTUAL_HOST_MULTIPORTS: |-
notskipped.nginx-proxy.tld:
defaultport:
@ -18,7 +18,7 @@ services:
- "8080"
environment:
WEB_PORTS: "80 8080"
VIRTUAL_HOST_YAML: |-
VIRTUAL_HOST_MULTIPORTS: |-
port80.a.nginx-proxy.tld:
port80.b.nginx-proxy.tld:
port80.c.nginx-proxy.tld:
@ -31,7 +31,7 @@ services:
- "9000"
environment:
WEB_PORTS: "8080 9000"
VIRTUAL_HOST_YAML: |-
VIRTUAL_HOST_MULTIPORTS: |-
port8080.nginx-proxy.tld:
"/":
port: 8080
@ -46,7 +46,7 @@ services:
- "10002"
environment:
WEB_PORTS: "10001 10002"
VIRTUAL_HOST_YAML: |-
VIRTUAL_HOST_MULTIPORTS: |-
virtualpaths.nginx-proxy.tld:
"/rootdest":
port: 10001