diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 8ddbd66..f3792bd 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -42,7 +42,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.dashboard.rule=Host(`dashboard-fbf.nabu-jena.de`)" - - "traefik.http.routers.dashboard.tls=true" + - "traefik.http.routers.dashboard.tls=false" - "traefik.http.routers.dashboard.tls.certresolver=letsencrypt" - "traefik.http.routers.dashboard.service=api@internal" - "traefik.http.routers.dashboard.middlewares=auth"