fix: use Etc/UTC as default in servarr and watchtower
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
PUID="1000"
|
PUID="1000"
|
||||||
PGID="1000"
|
PGID="1000"
|
||||||
TZ="Europe/Rome"
|
TZ="Etc/UTC"
|
||||||
|
|
||||||
# qBittorent
|
# qBittorent
|
||||||
QBITTORRENT_CONFIG_PATH="../../volumes/servarr/qbittorrent"
|
QBITTORRENT_CONFIG_PATH="../../volumes/servarr/qbittorrent"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
TZ="Europe/Rome"
|
TZ="Etc/UTC"
|
||||||
WATCHTOWER_CLEANUP="true"
|
WATCHTOWER_CLEANUP="true"
|
||||||
WATCHTOWER_SCHEDULE="0 0 4 * * ?"
|
WATCHTOWER_SCHEDULE="0 0 4 * * ?"
|
||||||
# Update only containers without a com.centurylinklabs.watchtower.scope label
|
# Update only containers without a com.centurylinklabs.watchtower.scope label
|
||||||
|
|||||||
Reference in New Issue
Block a user