1
0

chore(deps): update louislam/uptime-kuma docker tag to v2.2.0 (localApps) (#4394)

This commit is contained in:
renovate[bot]
2026-03-07 04:59:23 +00:00
committed by GitHub
parent f35fd82aef
commit a0ca964fea
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
networks:
1panel-network:
external: true
services:
uptime-kuma:
image: louislam/uptime-kuma:2.2.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3001
volumes:
- ${UPTIME_KUMA_ROOT_PATH}/data:/app/data
- /var/run/docker.sock:/var/run/docker.sock