docker-compose.yaml aktualisiert

This commit is contained in:
2026-06-06 15:25:14 +00:00
parent 5c614ee15e
commit f5e8323516
+1 -1
View File
@@ -20,7 +20,7 @@ services:
labels:
- traefik.enable=true
# Fixed rule syntax with parentheses
- traefik.http.routers.homepage.rule=Host(\`homepage.ljh31.de\`)
- traefik.http.routers.homepage.rule=Host(`homepage.ljh31.de`)
- traefik.http.routers.homepage.entrypoints=websecure
- traefik.http.routers.homepage.tls.certresolver=letsencrypt
# TLS is automatically enabled by certresolver, but explicit flag doesn't hurt