mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
document the TZ environment variable
This adds a description of the "TZ" environment variable to the documentation so users will know it exists and works with Watchtower. I only learned of this variable by reading the comments on issue #160.
This commit is contained in:
parent
549fde5bc5
commit
ddd6ef5642
1 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,16 @@ Environment Variable: N/A
|
||||||
Default: N/A
|
Default: 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.
|
||||||
|
|
||||||
|
```
|
||||||
|
Argument: N/A
|
||||||
|
Environment Variable: TZ
|
||||||
|
Type: String
|
||||||
|
Default: "UTC"
|
||||||
|
```
|
||||||
|
|
||||||
## Cleanup
|
## Cleanup
|
||||||
Removes old images after updating. When this flag is specified, watchtower will remove the old image after restarting a container with a new image. Use this option to prevent the accumulation of orphaned images on your system as containers are updated.
|
Removes old images after updating. When this flag is specified, watchtower will remove the old image after restarting a container with a new image. Use this option to prevent the accumulation of orphaned images on your system as containers are updated.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue