Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2019-07-07 23:08:57 +01:00
parent 794bafaab2
commit 9b076f235e

View File

@@ -168,6 +168,9 @@ Below are the instructions for updating containers:
containrrr/watchtower \ containrrr/watchtower \
--run-once heimdall --run-once heimdall
``` ```
**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` * You can also remove the old dangling images: `docker image prune`
## Building locally ## Building locally