Changing nginx ports leads to problems

Hello.

I’d like to use hollaex-kit in project, but we already have nginx and it’s also uses 80, 443 ports.
Tried change to values of
ENVIRONMENT_LOCAL_NGINX_HTTP_PORT
ENVIRONMENT_LOCAL_NGINX_HTTPS_PORT
in configmap to something like 180, 1443.
It brakes the web interface. Just getting white screen instead of the web page. I run everything with default config, it’s working, change this values, white screen, change it back - working again…
Yes, I did hollaex web --restart , restarted the nginx container(if it stopped).
Don’t understand if it’s bug or maybe I am missing something? If not this way, how should I change this ports/make docker not to use 443,80 ports of my host?

1 Like