-
-
Notifications
You must be signed in to change notification settings - Fork 207
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Install latest version on docker:
services:
speedtest-tracker:
container_name: speedtest-tracker
ports:
- 8080:80
- 8443:443
environment:
- PUID=1000
- PGID=1000
- APP_KEY=base64:8qxyTHOmBXEHqq8JWogAVnHTSQ2CbDSuUL5CJmVpV30=
- APP_URL=https://localhost
- DB_CONNECTION=sqlite
- APP_DEBUG=true
- SPEEDTEST_SCHEDULE=@hourly
volumes:
- /home//speedtest-tracker/config:/config
- /home//speedtest-tracker/config/keys:/config/keys
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped
3. Proxy it via nginx to https://speed.yourdomain.com
4. Try to load the charts
5. See error
Expected behavior
To see graphs
Logs
If applicable, check the logs for any error that might of occurred.
Additional context
Add any other context about the problem here.
