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