mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-10-29 23:32:35 +01:00
Serve traffic in non-SSL mode without redirecting
This commit is contained in:
parent
ba35875a3e
commit
e9b6ab8902
@ -8,6 +8,8 @@ services:
|
|||||||
scheduler:
|
scheduler:
|
||||||
restart: always
|
restart: always
|
||||||
nginx-proxy:
|
nginx-proxy:
|
||||||
|
environment:
|
||||||
|
HTTPS_METHOD: noredirect
|
||||||
labels:
|
labels:
|
||||||
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true"
|
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true"
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user