Add SSLRedirect to rtorrent
This commit is contained in:
parent
03676bac6d
commit
25a1504efe
|
@ -212,6 +212,9 @@ services:
|
|||
- 'traefik.frontend.rule=Host:rtorrent.${TRAEFIK_DOMAIN}'
|
||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||
- 'traefik.enable=true'
|
||||
#- 'traefik.default.protocol=http'
|
||||
- 'traefik.frontend.headers.SSLRedirect=true'
|
||||
#- 'traefik.frontend.entryPoints=http,https'
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer
|
||||
|
|
Loading…
Reference in New Issue