Open kudkudak opened 2 years ago
It seems to me that passing --web-port to ./docker/run.sh doesn't have any effect. Instead, using port 3000 is hardcoded in web/setupProxy.js.
./docker/run.sh
Use WEB_PORT env variable in web/setupProxy.js.
WEB_PORT
web/setupProxy.js
Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!
Problem
It seems to me that passing --web-port to
./docker/run.sh
doesn't have any effect. Instead, using port 3000 is hardcoded in web/setupProxy.js.Solution
Use
WEB_PORT
env variable inweb/setupProxy.js
.