Auto-Upstall , How to connect through IP+port

I deployed nocodb to the Ubuntu server in the virtual machine. The host can access it through IP, but other computers on the same LAN as the host cannot access the virtual machine IP (not in the same network segment). So I want to know if it is possible to access nocodb through IP+port, so that when configuring the virtual machine network, I can use NAT to translate the port, and other computers in the same network segment as the host can access nocodb by accessing the host’s IP+port (converted).

I have modified the virtual machine network card mode, and now I need to modify the nocodb access IP. How can I modify it?

Hey auto-upstall is not a black box - it scaffolds a docker-compose in the folder where you run the script. So you should be able to tinker that to your needs.