We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Start myspeed using docker-compose and query the container log as follows.
➜ docker logs -f myspeed Successfully connected to the database file Integration "discord" loaded successfully Integration "gotify" loaded successfully Integration "healthChecks" loaded successfully Integration "pushover" loaded successfully Integration "telegram" loaded successfully Integration "webhook" loaded successfully Looking for network interfaces... An error occurred: Request failed with status code 400 Successfully connected to the database file An error occurred: Request failed with status code 400 Successfully connected to the database file
docker-compose.yaml file contents are as follows.
version: '3.9' services: myspeed: image: germannewsmaker/myspeed container_name: "myspeed" ports: - 5216:5216 volumes: - ./data:/myspeed/data restart: unless-stopped logging: driver: "json-file" options: max-size: "5M" max-file: "10" networks: myspeed: driver: bridge
In the browser
Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
General
The Bug
Start myspeed using docker-compose and query the container log as follows.
docker-compose.yaml file contents are as follows.
What device are you using to access the page?
In the browser
Which operating system is your MySpeed instance running on?
Linux
The text was updated successfully, but these errors were encountered: