Using Different Port for InvoiceNinja

Guys, I would like to server invoiceninja using the following port:
https://invoice.mydomain.com:8008

Is this possible?

I want to use Nginx for this. So, do I need to do the changes in Nginx only or is there any part in invoiceninja script that I need to modify in order to cater my need?

Thanks

@amisdar

You’ll also want to append your port to your APP_URL in the .env file

ie

APP_URL=https://ninja.test:8008

Thanks David! :+1:
I will give it a try soon.