From ce459635a536dd504e39bd538f0af209a9d2f8f9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 27 Mar 2020 14:58:57 -0500 Subject: [PATCH] Update arguments.md Add clarity to --monitor-only, information on alternative timezone setting method. --- docs/arguments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/arguments.md b/docs/arguments.md index 7e55dc4..df2d09a 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -39,7 +39,7 @@ Environment Variable: N/A ## Time Zone Sets the time zone to be used by WatchTower's logs and the optional Cron scheduling argument (--schedule). If this environment variable is not set, Watchtower will use the default time zone: UTC. -To find out the right value, see [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), find your location and use the value in _TZ Database Name_, e.g _Europe/Rome_. +To find out the right value, see [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), find your location and use the value in _TZ Database Name_, e.g _Europe/Rome_. The timezome can alternatively be set by volume mounting your hosts /etc/timezone file. `-v /etc/timezone:/etc/timezone:ro` ``` Argument: N/A @@ -139,7 +139,7 @@ Environment Variable: WATCHTOWER_LABEL_ENABLE ``` ## Without updating containers -Will only monitor for new images, not update the containers. +Will only monitor for new images, not update the containers. Please note: Due to Docker API limitations the latest image will still be pulled from the registry. ``` Argument: --monitor-only