added restart behavior

This commit is contained in:
John Lancaster
2024-02-25 14:33:53 -06:00
parent 6cc521b605
commit 905f8da079

View File

@@ -40,6 +40,7 @@ services:
watchtower: watchtower:
image: containrrr/watchtower image: containrrr/watchtower
container_name: watchtower container_name: watchtower
restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro