0👍
✅
For knowledge transfer:
Got it working with the hint that yuriy gave me.
“config/index.conf” changing host:"localhost"
to host:"0.0.0.0"
In condenvy ist looks like:
module.exports = {
dev: {
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {},
// Various Dev Server settings
host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one
will be determined
autoOpenBrowser: false,
errorOverlay: true,
notifyOnErrors: true,
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-
watchoptions-
Source:stackexchange.com