Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify Speedtest specific server to be used #89

Open
u-boss opened this issue Aug 2, 2021 · 1 comment
Open

Specify Speedtest specific server to be used #89

u-boss opened this issue Aug 2, 2021 · 1 comment
Labels
user-help User needs help

Comments

@u-boss
Copy link

u-boss commented Aug 2, 2021

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

@MiguelNdeCarvalho
Copy link
Owner

Hey,

Could you take a look on the #88?

Thanks,
MiguelNdeCarvalho

@MiguelNdeCarvalho MiguelNdeCarvalho added the user-help User needs help label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-help User needs help
Projects
None yet
Development

No branches or pull requests

2 participants