This commit is contained in:
2025-03-06 10:49:42 +01:00
parent acd9335dc6
commit 69368ae963
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
version: '2'
services:
uptime-kuma:
image: ${DOCKER_REGISTRY:-louislam}/uptime-kuma:2.0.0-beta.1
container_name: uptime-kuma
restart: always
ports:
- '3001:3001'
volumes:
- '/share/docker_data/uptime-kuma:/app/data'
- /var/run/docker.sock:/var/run/docker.sock
labels:
com.centurylinklabs.watchtower.enable: true