mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
ci: fix pre-commit
This commit is contained in:
parent
0a68e006b0
commit
12207d7b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ services:
|
||||||
traefik:
|
traefik:
|
||||||
labels:
|
labels:
|
||||||
# https-redirect middleware to redirect HTTP to HTTPS
|
# https-redirect middleware to redirect HTTP to HTTPS
|
||||||
# It can be re-used by other stacks in other Docker Compose files
|
# It can be reused by other stacks in other Docker Compose files
|
||||||
- traefik.http.middlewares.https-redirect.redirectscheme.scheme=https
|
- traefik.http.middlewares.https-redirect.redirectscheme.scheme=https
|
||||||
- traefik.http.middlewares.https-redirect.redirectscheme.permanent=true
|
- traefik.http.middlewares.https-redirect.redirectscheme.permanent=true
|
||||||
# traefik-http to use the middleware to redirect to https
|
# traefik-http to use the middleware to redirect to https
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue