containrrr/watchtower
image: jellyfin/jellyfin:10.11.6
--monitor-only
--monitor-only - Using Watchtower only for containers with :latest tags (not version-pinned)
- Using Watchtower's --monitor-only mode to notify without applying updates, then updating the compose file in Dockge manually
- Using Diun instead of Watchtower (notify-only approach avoids the conflict entirely) - Managing Docker Compose stacks through a web UI
- Editing compose files without SSH
- Starting, stopping, and rebuilding stacks
- Viewing container logs - Automatically keeping containers up to date
- Getting notifications when containers are updated
- Cleaning up old Docker images
- Hands-off maintenance of self-hosted services - You want Dockge for management and Watchtower for update notifications (use --monitor-only mode to avoid the version pinning conflict). - How to Self-Host Dockge
- How to Self-Host Watchtower
- Watchtower vs Diun
- Portainer vs Dockge
- Diun vs Dockge
- Best Docker Management Tools
- Updating Docker Containers Safely