-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
localhost/admin is working and I can run the speedtest. Results are stored. But many other pages are showing the nginx 502 page.
Expected Behavior
No response
Steps To Reproduce
Go to localhost:port/admin. then go to /admin/results
Environment
Docker
Portainer
StackCPU architecture
x86-64
Docker creation
docker:
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped
container_name: speedtest-tracker
ports:
- 8080:80
- 8443:443
environment:
- PUID=1000
- PGID=1000
- APP_KEY=base6:XXXX
- DB_CONNECTION=sqlite
- APP_DEBUG=true
volumes:
- /path/to/data:/config
- /path/to-custom-ssl-keys:/config/keysContainer logs
nothingReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done