## 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](https://github.com/MarquezProject/marquez/blob/main/web/setupProxy.js). ## Solution Use `WEB_PORT` env variable in `web/setupProxy.js`.
Problem
It seems to me that passing --web-port to
./docker/run.shdoesn't have any effect. Instead, using port 3000 is hardcoded in web/setupProxy.js.Solution
Use
WEB_PORTenv variable inweb/setupProxy.js.