Proxmox setup

So I have proxmox setup with a Nginx container already running port 80:443. I have made a container for discourse. I have made a reverse proxy for the port 80:443 to go to the containers IP address. I have tested this using a domain:port tool. Everytime I run Discourse setup it says can not connect to either or of the ports. I am curious and questioning if the issue is seemingly Discourses automatic setup and failure to recognize the potential possibilities of host container vs what should be the actual IP address.

Is there a way to manually setup Discourse?

You can’t run discourse-setup if you have a reverse proxy. You’ll have to either turn off your reverse proxy long enough to run discourse-setup or copy samples/standalone.yml to containers/app.yml and edit it yourself.