diff --git a/configs/dynamic/dashboard.yml b/configs/dynamic/dashboard.yml index 8722d7e..542d8f6 100644 --- a/configs/dynamic/dashboard.yml +++ b/configs/dynamic/dashboard.yml @@ -1,7 +1,7 @@ http: routers: traefik: - rule: Host(`dashboard.tips-of-mine.local`) + rule: Host(`dashboard.10.0.4.29.traefik.me`) entryPoints: - https service: api@internal @@ -10,7 +10,7 @@ http: tls: certResolver: letsencrypt traefik-http-redirect: - rule: Host(`dashboard.tips-of-mine.local`) + rule: Host(`dashboard.10.0.4.29.traefik.me`) entryPoints: - http service: api@internal