fixing incorrect syntax

This commit is contained in:
tijsg
2025-05-31 16:03:30 +02:00
parent 230cba0a34
commit 1077acfe89

View File

@@ -146,6 +146,7 @@ services:
- "--entrypoints.web.address=:8081"
- "--log.level=DEBUG"
- "--accesslog=true"
labels:
- "traefik.enable=true"
- "traefik.http.routers.traefik.rule=Host(`traefik.${DUCKDNS_SUBDOMAIN}.duckdns.org`)"
- "traefik.http.routers.traefik.entrypoints=web"