add specific port feature
This commit is contained in:
parent
bd3b31149a
commit
3547592e16
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ web:
|
|||
environment:
|
||||
WEB_PORTS: 81
|
||||
VIRTUAL_HOST: webA.nginx-proxy.tld:5000,webB.nginx-proxy.tld:5001
|
||||
VIRTUAL_HOST_SPECIFIC_PORT: true
|
||||
VIRTUAL_HOST_SPECIFIC_PORT: "true"
|
||||
|
||||
|
||||
sut:
|
||||
|
|
|
@ -5,7 +5,7 @@ web:
|
|||
environment:
|
||||
WEB_PORTS: 81
|
||||
VIRTUAL_HOST: webA.nginx-proxy.tld,webB.nginx-proxy.tld
|
||||
VIRTUAL_HOST_SPECIFIC_PORT: true
|
||||
VIRTUAL_HOST_SPECIFIC_PORT: "true"
|
||||
|
||||
|
||||
sut:
|
||||
|
|
Loading…
Reference in a new issue