Docker app on 0.0.0.0

I upgraded to electric eel recently and successfully reinstalled all apps on docker.

For all apps, the “Web UI” button is linked to 0.0.0.0:port instead of the correct IP address of the server. Same happens with the ports links in the Workload panel.

The apps work correctly and I can connect to them via the server’s IP addess.

How can I fix the links?

Thanks for helping

NAS-131308 seems like a related issue.
It will be fixed with the release of 24.10.0.

Thanks!

I have the same problem, and I’m already using version 24.10.0. Does anyone know how to solve it?

Hey Lucas,

24.10.0 would be the final release version of Electric Eel which is expected to land by the end of the month. Currently, what’s available for public use is 24.10-RC2 (Release Candidate 2)

We expect this bug to be fixed in the official full release.

Thanks!

Are you logged in via vpn? I logged a ticket for this and it came down to the fact I was using Tailscale VPN to access it. I don’t think they plan on fixing it for remote access.

In my case I am logging from the same network as the server

Confirming NOT fixed in 24.10.0

For me it sort of is. The app info panel still shows 0.0.0.0 (as per attached).

But at least now when I click on the “WebUI” button, it opens to the correct IP address.

1 Like

The fix in 24.10.0 corrects the issue with the Web UI button navigating to 0.0.0.0:port. If it is still doing that for you, try a hard browser refresh to see if there is some caching getting in the way.

As for the port displayed on the Workloads widget, that is actually correct and is relaying the port mapping from Docker/Compose. In the screenshot it is saying that there is a tcp port bound on all interfaces at port 5001 (tcp://0.0.0.0:5001), that is mapped to port 5001 in the container.

1 Like

And although you can’t currently set the bound ip, I did test and it works correctly, see