From 29046a2f8e961e5c9868f55c37f1769f8338f1a4 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:37:50 +0100 Subject: [PATCH] Update README.md add notes about running multiple instances --- examples/watchtower/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/watchtower/README.md b/examples/watchtower/README.md index b066052..124a432 100644 --- a/examples/watchtower/README.md +++ b/examples/watchtower/README.md @@ -1,3 +1,8 @@ # References - https://github.com/containrrr/watchtower +- https://containrrr.dev/watchtower/ + +# Notes + +Running multiple Watchtower instances is only possible by using scope definitions. Please read [here](https://containrrr.dev/watchtower/running-multiple-instances/). Otherwise, any new Watchtower container will remove and clean up older instances.