Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 647 Bytes

File metadata and controls

10 lines (8 loc) · 647 Bytes
title Automatic Updates
description Learn how to set up automatic updates for html2rss-web using watchtower. Keep your Docker containers updated automatically with the latest features.
sidebar
order
10

The watchtower service automatically pulls running Docker images and checks for updates. If an update is available, it will automatically start the updated image with the same configuration as the running one. Please read its manual.

The docker-compose.yml in the Installation Guide contains a service description for watchtower.