Specify file provider

This commit is contained in:
Joey Hafner 2022-11-13 20:25:20 -08:00
parent c27f78f912
commit 8a01153fca

View File

@ -21,7 +21,7 @@ services:
labels:
- traefik.http.routers.homer.rule=Host(`home.jafner.net`) || Host(`jafner.net`) || Host(`www.jafner.net`)
- traefik.http.routers.homer.tls.certresolver=lets-encrypt
- traefik.http.routers.homer.tls.options=tls12
- traefik.http.routers.homer.tls.options=tls12@file
- traefik.http.routers.homer.middlewares=securityheaders@file
networks: