eschutho opened a new pull request, #35255:
URL: https://github.com/apache/superset/pull/35255

   ## Summary
   Fixes an issue where the frontend dev server was only accessible from inside 
the Docker container.
   
   - Changes `WEBPACK_DEVSERVER_HOST` from `127.0.0.1` to `0.0.0.0` in 
`docker-compose-light.yml`
   - Makes the frontend accessible from outside the container (e.g., from the 
host machine)
   - Allows the default to be overridden via environment variable
   
   ## Test plan
   - [ ] Verify frontend is accessible at `http://localhost:9001` when running 
`docker-compose -f docker-compose-light.yml up`
   - [ ] Confirm the change doesn't break existing functionality
   
   🤖 Generated with [Claude Code](https://claude.ai/code)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to