Watchtower

A process for automating Docker container base image updates.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
services:
  watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    restart: unless-stopped

Resources

Website: https://containrrr.dev/watchtower/

GitHub: https://github.com/containrrr/watchtower

Docker Hub: https://hub.docker.com/r/containrrr/watchtower

Configuration: https://github.com/containrrr/watchtower#quick-start