Running Metabase on another port
By default Metabase will launch on port 3000, but if you prefer to run the application on another port you can do so by setting the following environment variable:
export MB_JETTY_PORT=3500
java -jar metabase.jar
In this example once the application starts up you will access it on port 3500 instead of the default port of 3000.
#metabase #port #jetty_port