-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
new install v0.20.3 -> Could not resolve host. #1501
Comments
Same with my container which was upgraded a few hours ago from 0.19.0 to 0.20.3. Connectivity looks fine from within the container, but all tests fail with “could not resolve host”. I’ve rolled back to 0.19.0 which works perfectly, and I’ll just leave it pinned to that version as it does everything I need. |
I wondered why it stopped working today.... that'll be it (watchtower auto-update) From within the 0.20.3 container I could successfully nslookup domains, run the php command to see the closest servers and |
You can also change the default ping IP/URL which is Cloudflare's |
|
I can confirm the issue, I tested with various settings and nothing work: I switch back to v0.20.2…this version works fine for me |
Describe the bug
New Clean install v0.20.3. A speedtest is failed everytime by following error. "Could not resolve host."
Container is started well without any issues. From container bash i can reach the internet by ping google.com without any issues.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Start speedtest
Environment (please complete the following information):
Docker Compose
version: '3.4'
services:
speedtest-tracker:
container_name: speedtest-tracker-new
ports:
- 5443:80
#- 8443:443
environment:
- PUID=1000
- PGID=1000
- APP_KEY=base64:----- replaced ------
- DB_CONNECTION=sqlite
- SPEEDTEST_SCHEDULE="9 * * * *"
- SPEEDTEST_SERVERS="53128,48042,31469"
- APP_TIMEZONE=Europe/Berlin
- DISPLAY_TIMEZONE=Europe/Berlin
- TZ=Europe/Berlin
- APP_NAME="Speedtest"
- PUBLIC_DASHBOARD=false
volumes:
- /root/speedtest_tracker:/config
#- /path/to-custom-ssl-keys:/config/keys
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped
The text was updated successfully, but these errors were encountered: