Skip to content
New issue

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

[Bug] Freshly created docker container not starting #887

Open
2 tasks done
bobvmierlo opened this issue Nov 8, 2024 · 0 comments
Open
2 tasks done

[Bug] Freshly created docker container not starting #887

bobvmierlo opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bobvmierlo
Copy link

General

  • I have updated to the latest version of MySpeed.
  • My bug has not been reported yet.

The Bug

On a fresh created docker container using the docker compose file below, the container won't start properly and shows the errors below from the log file. Portainer does not show logs at all.
Other docker containers on this machine run perfectly fine.

Errors from /data/logs/error.log:

## 11/8/2024, 10:19:50 PM
AxiosError: Request failed with status code 403
## 11/8/2024, 10:21:43 PM
AxiosError: Request failed with status code 403
## 11/8/2024, 10:21:44 PM
AxiosError: Request failed with status code 403
## 11/8/2024, 10:21:45 PM
AxiosError: Request failed with status code 403
## 11/8/2024, 10:21:47 PM
AxiosError: Request failed with status code 403
## 11/8/2024, 10:21:48 PM
AxiosError: Request failed with status code 403
## 11/8/2024, 10:21:51 PM
AxiosError: Request failed with status code 403
## 11/8/2024, 10:21:55 PM
AxiosError: Request failed with status code 403

Docker compose:

name: myspeed
services:
    myspeed:
        ports:
            - 5216:5216
        volumes:
            - ./data:/myspeed/data
        restart: unless-stopped
        container_name: MySpeed
        image: germannewsmaker/myspeed

What device are you using to access the page?

In the browser

Which operating system is your MySpeed instance running on?

Linux

@bobvmierlo bobvmierlo added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant