From 73e42cc8ab0bba6583cff40d995bc2925131ccee Mon Sep 17 00:00:00 2001 From: jarvis Date: Mon, 25 May 2026 20:43:30 -0400 Subject: [PATCH] fix: homepage host dashboard.ai.home (was home.ai.home) --- swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm.md b/swarm.md index 69bab76..2966425 100644 --- a/swarm.md +++ b/swarm.md @@ -24,7 +24,7 @@ All services deployed on MK7 manager via `docker stack deploy`. | `traefik` | Traefik v3 | global | 1/1 | `80`, `8080` (dashboard) | — | | `node-exporter` | Node Exporter | **global** | 5/5 | — | — | | `beszel` | Beszel Hub | replicated | 1/1 | — | `beszel.ai.home` | -| `homepage` | Homepage Dashboard | replicated | 1/1 | — | `home.ai.home` | +| `homepage` | Homepage Dashboard | replicated | 1/1 | — | `dashboard.ai.home` | | `dozzle` | Dozzle Logs | replicated | 1/1 | — | `dozzle.ai.home` | | `portainer` | Portainer CE | replicated | 1/1 | `9000` | `portainer.ai.home` | | `prometheus` | Prometheus | replicated | 1/1 | `9090` | `prom.ai.home` |