Try to be explicit for the options
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-10-27 13:07:24 +01:00
parent 81d8caf946
commit 227e84ff63

View File

@ -25,6 +25,7 @@ services:
- "traefik.http.routers.jekyll.rule=Host(`autonomic.zone`)" - "traefik.http.routers.jekyll.rule=Host(`autonomic.zone`)"
- "traefik.http.routers.jekyll.entrypoints=web-secure" - "traefik.http.routers.jekyll.entrypoints=web-secure"
- "traefik.http.routers.jekyll.tls.certresolver=production" - "traefik.http.routers.jekyll.tls.certresolver=production"
- "traefik.http.routers.jekyll.tls.options=default@file"
- "traefik.http.routers.jekyll.middlewares=security@file" - "traefik.http.routers.jekyll.middlewares=security@file"
networks: networks: