docker.sock ro

This commit is contained in:
dado
2025-05-26 22:03:57 +02:00
parent 11e90b78e8
commit 7b8ac5a631
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
mem_limit: 512m
volumes:
- ./uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 127.0.0.1:3007:3001
restart: always

View File

@ -7,7 +7,7 @@ services:
mem_limit: 512m
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
WATCHTOWER_SCHEDULE: "0 0 7 * * *"
TZ: Europe/Rome