mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 01:38:15 +00:00
tests: missing doubles quotes on WEB_PORTS
This commit is contained in:
parent
ae0c9a8e96
commit
1f732a54c6
@ -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…
x
Reference in New Issue
Block a user