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