roest01 / docker-speedtest-analyser

Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
Other
108 stars 47 forks source link

use python 3 as 2 is deprecated #77

Closed owenleonard closed 3 years ago

owenleonard commented 3 years ago

I noticed failures due to python 2 being deprecated and packages not available. By forcing python 3 in the Dockerfile, it fixed these failures.

owenleonard commented 3 years ago

ah, looks like my PRs should go against the develop branch. I'll close these and create new ones.