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:
|
||||
- "84"
|
||||
environment:
|
||||
WEB_PORTS: 84
|
||||
WEB_PORTS: "84"
|
||||
VIRTUAL_HOST: ~^regexp.*\.debug.nginx-proxy.example
|
||||
|
||||
debug_disabled:
|
||||
|
|
Loading…
Reference in a new issue