-
Checklist
Deployment EnvironmentDocker Compose DescriptionHi, I had to disable ipv6 on my ubuntu server VM for some reason. Here the log from docker Any help would be appreciated. This is my compose setup: Speedtest trackerspeedtest-tracker: Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
We run into this before, and it isn’t an issue with the application or its Docker image. In earlier tests, turning off IPv6 at the kernel level caused problems, whereas disabling it via sysctl worked perfectly (see issue #212) That said, the Nginx configuration and Docker image are maintained by the fantastic team at LinuxServer.io, not us. It’s worth opening an issue on their repo—they’ll likely be able to help you: https://github.com/linuxserver/docker-speedtest-tracker. |
Beta Was this translation helpful? Give feedback.
We run into this before, and it isn’t an issue with the application or its Docker image. In earlier tests, turning off IPv6 at the kernel level caused problems, whereas disabling it via sysctl worked perfectly (see issue #212)
That said, the Nginx configuration and Docker image are maintained by the fantastic team at LinuxServer.io, not us. It’s worth opening an issue on their repo—they’ll likely be able to help you: https://github.com/linuxserver/docker-speedtest-tracker.