redlib
redlib copied to clipboard
π Bug Report: healthcheck now use ipv6 on newer version of docker engine v25
trafficstars
Describe the bug
New version of docker engine which enable ivp6 on container
Steps to reproduce the bug
Steps to reproduce the behavior:
- Have docker engine v25
- Create redlib container
- Wait for healtcheck
What's the expected behavior?
healthcheck output: wget: can't connect to remote host: Connection refused due to wget get ip of ::1 instead of 127.0.0.1
Additional context / screenshot
I experienced similar but it seems to work if you wait 10 minutes or so.