From c4fcb97a2ffbc0e60ba5ddbe6c9d3236b0c1e4b5 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 3 Jul 2019 21:17:49 +0100 Subject: [PATCH] Bot Updating Templated Files --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dba1bbb..86045ea 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,9 @@ Below are the instructions for updating containers: containrrr/watchtower \ --run-once webgrabplus ``` + +**Note:** We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using Docker Compose. + * You can also remove the old dangling images: `docker image prune` ## Building locally