feat: Add TZ env variable for settting container timezone

This commit is contained in:
Carlos Álvaro
2021-12-19 19:52:54 +01:00
parent 28724ede49
commit 8a908ed6fb
4 changed files with 11 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ for the list of changes in SaltStack.
- Deprecate `USERMAP_UID` env variable in favor of `PUID`.
- Deprecate `USERMAP_GID` env variable in favor of `PGID`.
- Add `TZ` in addition to `TIMEZONE` to the list of accepted env variables.
Support for the `USERMAP_UID` and `USERMAP_GID` env variables will be removed with Salt 3005.