10 lines
235 B
YAML
10 lines
235 B
YAML
services:
|
|
watchtower:
|
|
image: nickfedor/watchtower:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
command: --cleanup --interval 7200
|