tests: missing doubles quotes on WEB_PORTS
This commit is contained in:
parent
ae0c9a8e96
commit
1f732a54c6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- "84"
|
- "84"
|
||||||
environment:
|
environment:
|
||||||
WEB_PORTS: 84
|
WEB_PORTS: "84"
|
||||||
VIRTUAL_HOST: ~^regexp.*\.debug.nginx-proxy.example
|
VIRTUAL_HOST: ~^regexp.*\.debug.nginx-proxy.example
|
||||||
|
|
||||||
debug_disabled:
|
debug_disabled:
|
||||||
|
|
Loading…
Reference in a new issue