From 63c27bd90983bc246b11510a6027c1edec99f15f Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 25 Jan 2026 20:53:02 +0000 Subject: [PATCH] Update Monitoring_Containers/uptime-kuma/compose.yaml --- Monitoring_Containers/uptime-kuma/compose.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Monitoring_Containers/uptime-kuma/compose.yaml b/Monitoring_Containers/uptime-kuma/compose.yaml index 5ac1b42..233b7f7 100644 --- a/Monitoring_Containers/uptime-kuma/compose.yaml +++ b/Monitoring_Containers/uptime-kuma/compose.yaml @@ -7,4 +7,10 @@ services: - /var/run/docker.sock:/var/run/docker.sock ports: - 5008:3001 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + #Can comment out if not using Flame Dashboard + labels: + - flame.type=application # "app" works too + - flame.name=Uptime-Kuma + - flame.url=http://monitoring.gabesville.internal #Adjust to your domain or IP + - flame.icon=bell-badge \ No newline at end of file