fix: adapt docker socket for rootless
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-23 14:24:46 +00:00
parent 303579baea
commit e577f6cefa

View File

@@ -5,7 +5,7 @@ services:
restart: always restart: always
volumes: volumes:
- uptime-kuma-data:/app/data - uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro - /run/user/1001/docker.sock:/var/run/docker.sock:ro
networks: networks:
- reverse-proxy - reverse-proxy