How can i run docker-compose-non-dev.yml superset in local with custom hostname and custom port instead of localhost:8088? #34735
Replies: 1 comment
-
To run Superset locally on a custom hostname and port (e.g., superset-reporting-app:8888) using docker-compose-non-dev.yml:
Docker Compose itself does not handle custom hostnames for local browser access; this is managed by your system's DNS resolution. No changes are needed in the Compose file for the hostname—just the port mapping and your hosts file. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can i run docker-compose-non-dev.yml superset in local with custom hostname and custom port instead of localhost:8088?
I want to run superset app with host name
superset-reporting-app:8888
in local . I am usingdocker-compose-non-dev.yml
Beta Was this translation helpful? Give feedback.
All reactions