How do I set a custom port for the pre-built executables?

Basically the title. I’d like to use the pre-built binaries (on Linux) because that is by far the easiest way of getting it to run for me. However, Nocodb tries to use port 8080 by default, and I’m already using that. Is there a way to set the port for the binary? Is it a command line option?

PORT=8081 ./nocodb

Will start on port 8081

Pre-built binaries as suggested in docs is just for quick trials. Please use docker with postgres for your serious usage.