This commit is contained in:
2025-10-08 13:20:38 +00:00
parent 7c27ad74ff
commit 7a7b150c47
17 changed files with 31 additions and 8 deletions

2
uptime_kuma/compose.yml Executable file → Normal file
View File

@@ -6,7 +6,7 @@ services:
image: 'louislam/uptime-kuma:1'
container_name: uptime-kuma
volumes:
- '/home/rcadmin/uptime_kuma/data:/app/data'
- '/home/rcadmin/docker/uptime_kuma/data:/app/data'
- /var/run/docker.sock:/var/run/docker.sock
ports:
- '127.0.0.1:3001:3001'