8 lines
187 B
YAML
8 lines
187 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
watchtower:
|
||
|
image: containrrr/watchtower:latest
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||
|
command: --cleanup --schedule "0 23 * * *"
|