We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1013edc commit 9e691f6Copy full SHA for 9e691f6
services/traefik/docker-compose.yml
@@ -42,14 +42,6 @@ services:
42
- "traefik.http.routers.traefik_http.entrypoints=http"
43
- "traefik.http.routers.traefik_http.middlewares=https_redirect@docker"
44
45
- # https router main entry
46
- - "traefik.http.routers.traefik_https.rule=Host(`${SITE_DOMAIN}`)"
47
- - "traefik.http.routers.traefik_https.entrypoints=https"
48
- - "traefik.http.routers.traefik_https.tls=true"
49
- - "traefik.http.routers.traefik_https.tls.certresolver=le"
50
- - "traefik.http.routers.traefik_https.tls.options=my_default@file"
51
- - "traefik.http.routers.traefik_https.middlewares=secure-headers@file"
52
-
53
volumes:
54
- /var/run/docker.sock:/var/run/docker.sock:ro
55
- ./config/dynamic:/etc/traefik/dynamic:ro
0 commit comments