diff --git a/tasks/dozzle.yml b/tasks/dozzle.yml index 2864e23..ef9516e 100644 --- a/tasks/dozzle.yml +++ b/tasks/dozzle.yml @@ -13,7 +13,7 @@ # DOZZLE_REMOTE_AGENT: "omada-lxc.comprofix.xyz:7007" labels: traefik.enable: "true" - traefik.http.routers.dozzle.rule: "Host(`devdozzle.comprofix.xyz`)" + traefik.http.routers.dozzle.rule: "Host(`dozzle.comprofix.xyz`)" traefik.http.routers.dozzle.entrypoints: "https" traefik.http.routers.dozzle.tls: "true" traefik.http.services.dozzle.loadbalancer.server.port: "8080"