version: "3"
services:
watchtower:
image: ditchitall/watchtower:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/www/prod/.docker/config.json:/config.json
env_file: .env
command: --interval 30 --cleanup --debug --trace
Content type
Image
Digest
Size
13.3 MB
Last updated
over 4 years ago
docker pull ditchitall/watchtower