docker-speedtest-grafana
docker-speedtest-grafana copied to clipboard
SPEEDTEST_SPEEDTEST_INTERVAL variable should be SPEEDTEST_INTERVAL?
Hi There,
The README lists one of the environment variables as SPEEDTEST_SPEEDTEST_INTERVAL but this is actually referenced in the code as SPEEDTEST_INTERVAL. the .env.sample and docker-compose.yml also reference this as SPEEDTEST_SPEEDTEST_INTERVAL and $SPEEDTEST_SPEEDTEST_INTERVAL but this should just be SPEEDTEST_INTERVAL?
Thanks!
It should be SPEEDTEST_INTERVAL in the README. I was using some {{CONTAINER}}_{{KEY}} format for environment keys in the .env file some time ago.
The pull request I raised for "enhanced-logging" also fixed this README issue.