ODK Central Installed but NO http odk control panel showing

I installed ODK Central on my DIGITAL OCEAN droplet. However, when I go to the IP or domain the ODK web panel doesn't show.

NGINX is installed but doesn't appear to be sending the browser session to the ODK control panel.

ERROR: This site can’t be reached [IP_ADDRESS] refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED

I verified that NGINX is installed and running.

I would be willing to hire someone to help with the install.

Thank you.

If you want to hire someone, https://forum.getodk.org/c/marketplace/8 is a good place to do that. Our use ODK Cloud hosting.

As to the issue at hand, what happens when you run the docker-compose ps command described at https://docs.getodk.org/central-install-digital-ocean/#starting-up-central.

I see this...

root@server:~/central $ docker-compose ps
       Name                     Command                  State                        Ports
-------------------------------------------------------------------------------------------------------------
central_postgres_1   docker-entrypoint.sh postgres    Up             5432/tcp
enketo               docker-entrypoint.sh /bin/ ...   Up             8005/tcp
enketo_redis_cache   docker-entrypoint.sh redis ...   Up             6379/tcp
enketo_redis_main    docker-entrypoint.sh redis ...   Up             6379/tcp
mail                 /bin/entrypoint.sh exim -b ...   Up             25/tcp
nginx                /bin/bash /scripts/odk-set ...   Up (healthy)   0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp
pyxform              waitress-serve --port=80 - ...   Up
secrets              docker-entrypoint.sh ./gen ...   Exit 0
service              docker-entrypoint.sh ./wai ...   Up             8383/tcp