From b3bd752935ede93420160e8379b476919f17df12 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:46:46 +0100 Subject: [PATCH] docs: Update README.md --- examples/watchtower/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/watchtower/README.md b/examples/watchtower/README.md index 32b658e..8c8e51c 100644 --- a/examples/watchtower/README.md +++ b/examples/watchtower/README.md @@ -8,6 +8,6 @@ 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. > [!TIP] -> The provided compose examples make use of a separate socket-proxy container. +> The provided compose example makes use of a separate socket-proxy container. > > Socket Proxy is a security-enhanced proxy, which allows you to apply access rules to the Docker socket, limiting the attack surface for containers such as Watchtower that need to use it.