From a5b200e0334dcfbf4d5cd97a8d93e4f4de7c4dce Mon Sep 17 00:00:00 2001 From: Thomas Gaudin Date: Tue, 19 Jan 2021 07:11:35 +0100 Subject: [PATCH] Fix arguments doc formatting (#782) --- docs/arguments.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/arguments.md b/docs/arguments.md index 9c3d58d..6a615ce 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -248,7 +248,9 @@ Sets an authentication token to HTTP API requests. Environment Variable: WATCHTOWER_HTTP_API_TOKEN Type: String Default: - -```## Filter by scope +``` + +## Filter by scope Update containers that have a `com.centurylinklabs.watchtower.scope` label set with the same value as the given argument. This enables [running multiple instances](https://containrrr.github.io/watchtower/running-multiple-instances). ```