Openvidu 2.13.0 run on custom port and autostart (production env)

Hello,
I have upgraded from Openvidu v. 2.11.0 to the latest one v. 2.13.0, and I noticed there is nowhere to specify the port number in the .env file for a production environment.

I already have a production environment set up using nginx which already serves something else on port 443. In previous version I could set openvidu on port 4443. Is this still possible with the latest version on docker, or what can I do about it?

Lastly, the way to start openvidu and all its services in docker (production) is by executing .openvidu/ start. How can I make it autostart on server restart like a system process ?
In previous version I created a .sh file so openvidu would autostart on system restart as a system process.

Thanks in advance.

In version 2.13 is not possible to change the port.

You can configure your current nginx in port 5442 and openvidu nginx will redirect / requests to it.

Version 2.14 to be published next week will allow to change default port.

OpenVidu is installed in such a way it it restarted on reboot.

Excellent, looking forward. Thanks !