fix string

This commit is contained in:
2025-01-15 23:09:26 -06:00
parent bfa9ab29a2
commit fbad2c3ff1

View File

@@ -62,7 +62,7 @@ services:
traefik.enable: true
traefik.docker.network: internal
traefik.http.routers.dashboard.entrypoints: web-secure
traefik.http.routers.dashboard.rule: (Host(`traefik-ps10rp.lebens-home.net`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard/`))"
traefik.http.routers.dashboard.rule: (Host(`traefik-ps10rp.lebens-home.net`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard/`))
traefik.http.routers.dashboard.service: api@internal
networks:
internal: null