From a1bdd268c18c9e175c852b47556bd51895a9a28d Mon Sep 17 00:00:00 2001 From: James White Date: Sat, 22 Jan 2022 16:29:20 +0000 Subject: [PATCH] Fix typo on --http-api-update environment variable and add warning note for --http-api-periodic-polls (#1195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update arguments.md Fix a typo for the environment variable to enable HTTP API mode. * Add note about http-api-periodic-polls --http-api-periodic-polls is a new option which isn't available currently, until a new release is made. * Update docs/arguments.md Co-authored-by: nils måsén Co-authored-by: Simon Aronsson Co-authored-by: nils måsén --- docs/arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/arguments.md b/docs/arguments.md index c2d452143..728063113 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -241,7 +241,7 @@ For details see [HTTP API](https://containrrr.dev/watchtower/http-api-mode). ```text Argument: --http-api-update -Environment Variable: WATCHTOWER_HTTP_API +Environment Variable: WATCHTOWER_HTTP_API_UPDATE Type: Boolean Default: false ```