chore(deps): update louislam/uptime-kuma docker tag to v2.2.0 (localApps) (#4394)
This commit is contained in:
18
apps/uptime-kuma/2.2.0/docker-compose.yml
Normal file
18
apps/uptime-kuma/2.2.0/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user