From fcb88b3ffcede580d9d1e7bc61ee9d70ecbabe88 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Sun, 19 Jul 2020 20:01:06 -0700 Subject: [PATCH] add link to Watchtower --- Updating-the-bitwarden-image.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Updating-the-bitwarden-image.md b/Updating-the-bitwarden-image.md index 0ccb54a..e315b9e 100644 --- a/Updating-the-bitwarden-image.md +++ b/Updating-the-bitwarden-image.md @@ -34,6 +34,9 @@ docker rm bitwarden_data # Alternatively you can keep data container around for future updates in which case you can skip last step. ``` + +You can also use a tool like [Watchtower](https://containrrr.dev/watchtower/) to automate the update process. Watchtower can periodically check for an update to the Docker image, pull the updated image, and recreate the container using the updated image. + ## Updating when using docker-compose ```sh