mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 04:30:12 -08:00
corrected timezone environment variable
This commit is contained in:
@@ -14,7 +14,7 @@ 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}
|
||||||
- APP_TIMEZONE=${APP_TIMEZONE}
|
- TZ=${APP_TIMEZONE}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user