dosubot[bot] commented on issue #8638: URL: https://github.com/apache/incubator-devlake/issues/8638#issuecomment-3529795567
<!-- Greeting --> Hi @amnir! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the incubator-devlake team. <!-- Answer --> You're not missing anything—there isn't a built-in way to access config-ui from outside the dev container without modifying the Vite dev server configuration. By default, Vite binds to localhost, which restricts access to inside the container. Updating the start script to include --host (so it listens on 0.0.0.0) is the necessary and recommended solution for local development in the devcontainer. A PR to make this the default behavior would definitely improve the experience for others. Updating the docs to mention this requirement would also be helpful, since there's currently no documentation or config that addresses this out-of-the-box. Reference: [docker-compose config-ui binding details](https://github.com/apache/incubator-devlake/blob/main/devops/releases/lake-v0.20.0/docker-compose.yml) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/d26a9576-8ed1-4d50-87cc-f15de579bd8b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/d26a9576-8ed1-4d50-87cc-f15de579bd8b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/d26a9576-8ed1-4d50-87cc-f15de579bd8b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/d26a9576-8ed1-4d50-87cc-f15de579bd8b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d26a9576-8ed1-4d50-87cc-f15de579bd8b?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/d26a9576-8ed1-4d50-87cc-f15de579bd8b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/d26a9576-8ed1-4d50-87cc-f15de579bd8b?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8638) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
