mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-12-14 22:39:19 +00:00
fix: force enable HTTP when both vhost and default cert are missing
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
image: nginxproxy/nginx-proxy:test
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ./withdefault.certs:/etc/nginx/certs:ro
|
||||
- ./nodefault.certs:/etc/nginx/certs:ro
|
||||
environment:
|
||||
HTTPS_METHOD: nohttp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user