Update Monitoring_Containers/auto-kuma/compose.yaml

This commit is contained in:
2026-02-21 02:49:56 +00:00
parent 80ba41169b
commit c8e09de79d
+1 -2
View File
@@ -7,7 +7,7 @@ services:
AUTOKUMA__KUMA__URL: http://uptime-kuma:3001 AUTOKUMA__KUMA__URL: http://uptime-kuma:3001
AUTOKUMA__KUMA__USERNAME: AUTOKUMA__KUMA__USERNAME:
AUTOKUMA__KUMA__PASSWORD: AUTOKUMA__KUMA__PASSWORD:
AUTOKUMA__ON_DELETE: delete #AUTOKUMA__ON_DELETE: delete
AUTOKUMA__DEFAULT_SETTINGS: |- AUTOKUMA__DEFAULT_SETTINGS: |-
docker.docker_container: {{container_name}} docker.docker_container: {{container_name}}
http.max_redirects: 10 http.max_redirects: 10
@@ -19,7 +19,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
networks: networks:
- kuma_network - kuma_network
networks: networks:
kuma_network: kuma_network:
external: true external: true