MiguelNdeCarvalho/speedtest-exporter

Specify Speedtest specific server to be used

Opened this issue · 1 comments

Hello,
I've been using your speedtest-exporter in my personal first tests with Raspberry, it is even the first time for me in Python.
I want to specify a specific speed-test server to be used which I know is reliable.

In my docker-compose.yml I've this portion of code:

speedtest:
tty: true
stdin_open: true
expose:
- 9798
ports:
- 9798:9798
image: miguelndecarvalho/speedtest-exporter
container-name: speedtest-exporter
environment:
#- SPEEDTEST_PORT= #optional
- SPEEDTEST_SEVER=11427
restart: always
networks:
- back-tier

But it seems not working, looking at the metrics of speedtest-exporter the SERVER being used is different.

What am I missing here?

Thanks

Hey,

Could you take a look on the #88?

Thanks,
MiguelNdeCarvalho