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.
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.
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.
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.