Open Phhere opened 1 month ago
Please tell us the docker compose file or command line how you start the container
I used this docker-compose file
speedtest# cat docker-compose.yml
version: '3.7'
services:
speedtest:
container_name: speedtest
image: ghcr.io/librespeed/speedtest:latest-alpine
restart: always
environment:
MODE: standalone
TITLE: "HHU-Speedtest"
TELEMETRY: "true"
#ENABLE_ID_OBFUSCATION: "false"
#REDACT_IP_ADDRESSES: "false"
PASSWORD: "redacted"
EMAIL: "redacted@test"
#DISABLE_IPINFO: "false"
#IPINFO_APIKEY: "your api key"
#DISTANCE: "km"
#WEBPORT: 80
volumes:
- $PWD/db-dir:/database
ports:
- "80:80" # webport mapping (host:container)
Bug confirmed.
Some dependencies are missing in alpine based image.
0c31f1de6d03e8d39150ef354be8750d3f72a341 should fix this
Description
Some php extensions are missing and some features are broken
Server
Debian 12 Server with latest alpine image
Client
Browser, OS, type of connection, unusual software, ...
Steps to reproduce
Expected behaviour
Stats should be saved and results/stats.php should work
Logs