Skip to content
Snippets Groups Projects
Verified Commit cf7f5e3e authored by David Beniamine's avatar David Beniamine
Browse files

Traefik force https

parent a1ee201d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,9 @@ services:
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
- "--entrypoints.web.http.redirections.entryPoint.to=websecure"
- "--entrypoints.web.http.redirections.entryPoint.scheme=https"
- "--entrypoints.web.http.redirections.entrypoint.permanent=true"
- "--entrypoints.websecure.address=:443"
- "--certificatesresolvers.myresolver.acme.httpchallenge=true"
- "--certificatesresolvers.myresolver.acme.httpchallenge.entrypoint=web"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment