Dear Support Team,
I have installed discourse with official guide on my digital ocean Centos droplet and it is working fine , now i created second discourse2.yml file and configured it on new port with new domain and SMTP settings and it is also (bootstraped app) and then (start app) but i am not able to reach it with host name
ngnix is installed on port 3200 (working fine)
app.yml is exposed to 8080:85 http (working fine)
discourse2.yml is exposed to 8081:80 http (not able to reach with hostname)
can someone support me how to configure this discourse2.yml so that i can reach it with host name added into discourse2.yml file
docker :–
1213 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2634 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 443 -container-ip 172.17.0.3 -container-port 443
2645 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 80 -container-ip 172.17.0.3 -container-port 80
7448 /usr/bin/docker-proxy -proto tcp -host-ip 127.0.0.1 -host-port 4000 -container-ip 172.17.0.2 -container-port 80
7459 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 2222 -container-ip 172.17.0.2 -container-port 443
Not able to understand what i have to add in ngnix conf and where is that directory for ngix