8 lines
240 B
YAML
8 lines
240 B
YAML
version: "3"
|
|
services:
|
|
watchtower:
|
|
image: containrrr/watchtower
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
command: --schedule "0 0 4 * * *" --cleanup --include-stopped --no-startup-message
|
|
restart: always
|