mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
Exposed port URL in the containers view is incorrect #1392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @piposeimandi on GitHub (Sep 18, 2025).
Problem Description
Currently, the URL displayed for exposed ports in the containers view is not correct. The URL points to the container's internal address instead of the correct externally exposed service URL. This causes confusion and makes it difficult to directly access the services from the interface.
Note:
The
KOMODO_HOSTvariable has been configured correctly in the environment, so the issue is not related to a misconfiguration of this environment variable, but rather with the logic used to generate the URL.Requirement
Fix the URL generation logic so that it correctly points to the externally accessible address and exposed port, not the internal container address.
Steps to Reproduce
Expected Result
The URL should point to the public IP or domain and the exposed port, allowing direct access to the service from the UI.
Reported by: @piposeimandi