mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
corrected timezones env variable
This commit is contained in:
@@ -14,9 +14,10 @@ services:
|
|||||||
- SPEEDTEST_SERVERS=${SPEEDTEST_SERVERS}
|
- SPEEDTEST_SERVERS=${SPEEDTEST_SERVERS}
|
||||||
- SPEEDTEST_PING_URL=${SPEEDTEST_PING_URL}
|
- SPEEDTEST_PING_URL=${SPEEDTEST_PING_URL}
|
||||||
- PRUNE_RESULTS_OLDER_THAN=${PRUNE_RESULTS_OLDER_THAN}
|
- PRUNE_RESULTS_OLDER_THAN=${PRUNE_RESULTS_OLDER_THAN}
|
||||||
- TZ=${APP_TIMEZONE}
|
- DISPLAY_TIMEZONE=${APP_TIMEZONE}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- diun.enable=true
|
- diun.enable=true
|
||||||
|
networks: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user