Hi, I am trying to install production instance on server where my email server is already setup. Both are supposed to use the same port number 80 & 443. What is the procedure to change ports for Corteza. is it necessary to change something else than ports in docker-compose.yaml file for nginx. I tried to change following lines:
ports:
- “80:80”
- “443:443”
But it was not enough? Any ideas?
I have also changed domain records and router forwarding area.
Regards
Rafal