From 6c30e5d3de6d9d6728c1d049d68657e6ee2adf92 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 18 Feb 2026 22:42:54 +0000 Subject: [PATCH] Update Monitoring_Containers/auto-kuma/compose.yaml --- Monitoring_Containers/auto-kuma/compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Monitoring_Containers/auto-kuma/compose.yaml b/Monitoring_Containers/auto-kuma/compose.yaml index b411bbe..9039a1f 100644 --- a/Monitoring_Containers/auto-kuma/compose.yaml +++ b/Monitoring_Containers/auto-kuma/compose.yaml @@ -29,4 +29,8 @@ services: - /srv/docker/autokuma:/data - /var/run/docker.sock:/var/run/docker.sock networks: - - kuma_network \ No newline at end of file + - kuma_network + +networks: + kuma_network: + external: true \ No newline at end of file