The port number ( 8080 ) is hard-coded in the package.json file. We can't use a Docker container with the host network because of port conflicts, and there is no way to change the port of Influx UI.
We need to set a custom port using ENV, config file, CLI, etc.
The port number (
8080) is hard-coded in thepackage.jsonfile. We can't use a Docker container with thehostnetwork because of port conflicts, and there is no way to change the port of Influx UI.We need to set a custom port using ENV, config file, CLI, etc.