Sign inSign up

ditchitall/watchtower

By ditchitall

Updated over 4 years ago

Image
0

100K+

ditchitall/watchtower repository overview

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

Tag summary

Content type

Image

Digest

Size

13.3 MB

Last updated

over 4 years ago

docker pull ditchitall/watchtower