Fix Traefik labels for Duplicati
This commit is contained in:
parent
c6c4631196
commit
2073f449a8
|
@ -275,9 +275,7 @@ services:
|
||||||
- 'traefik.port=8200'
|
- 'traefik.port=8200'
|
||||||
- 'traefik.frontend.rule=Host:duplicati.${TRAEFIK_DOMAIN}'
|
- 'traefik.frontend.rule=Host:duplicati.${TRAEFIK_DOMAIN}'
|
||||||
- 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.frontend.entryPoints=http,https'
|
- 'traefik.enable=true'
|
||||||
- 'traefik.frontend.redirect.entryPoint=https'
|
|
||||||
- 'traefik.default.protocol=http'
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
webgateway:
|
webgateway:
|
||||||
|
|
Loading…
Reference in New Issue