rusackas commented on code in PR #35066:
URL: https://github.com/apache/superset/pull/35066#discussion_r2335058789
##########
docker-compose-light.yml:
##########
@@ -162,8 +162,11 @@ services:
SCARF_ANALYTICS: "${SCARF_ANALYTICS:-}"
# configuring the dev-server to use the host.docker.internal to connect
to the backend
superset: "http://superset-light:8088"
+ # Webpack dev server configuration
+ WEBPACK_DEVSERVER_HOST: "${WEBPACK_DEVSERVER_HOST:-127.0.0.1}"
Review Comment:
I wonder how well this works with IPV6? Does it work for you with `::1`?
Since we're coming into the modern age and all, anyway.
--
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]