-
-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Pre-work
- I have read the docs.
- I have searched open and closed issues.
- I agree to follow this project's Code of Conduct.
Description
I have set up the speedtest-tracker via Docker compose.
when i now try to access ip:8444 i can enter the site if i use https, but whem i try to open one of the following pages a get a 502 error:
- Results
- API-Tokens
- Users
Expected Behavior
The pages should open.
Steps to Reproduce
if i use the compose.yml you will probably get the same error:
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped
container_name: speedtest-tracker
ports:
- 8080:80
- 8444:443
environment:
- APP_DEBUG=true
- PUID=1000
- PGID=1000
- APP_KEY=base64:qsp9HneSIaJ3tnspbntcFnIhWChPhEl00VoeDYAYiOA=
- DB_CONNECTION=sqlite
volumes:
- /docker/speedtest/data:/config
- /docker/speedtest/keys:/config/keys
Deployment Environment
Docker Compose
Application Information
i dont exactly know what my applications path is...What browser(s) are you seeing the problem on?
Zen(Firefox)
Logs
I would provide logs, but the docker container does not give any errors whatsoeverKristofKekesi
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working