Skip to content

Watchtower🔗

I couldn't be bothered to add labels to specify what should update and what shouldn't.
Also, I found out that the project has been abandoned by containrrr; someone else forked it and is keeping it updated, so I should probably migrate to that one.

nickfedor/watchtower is the new one.

Watchtower Compose
# Watchtower
  watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      - WATCHTOWER_CLEANUP=true
      - TZ=Europe/Tallinn
    restart: unless-stopped