mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +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:
|
||||
labels:
|
||||
# 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.permanent=true
|
||||
# traefik-http to use the middleware to redirect to https
|
||||
|
|
|
|||
Loading…
Reference in a new issue