1. What is the issue? Please be detailed.
On my self-hosted server, I'm installing ODK Central. The nginx service is set to Healthy, and I'm using ports 8085 (http) and 8580 (https). According to a forum post I saw, in the .env file I should leave ports 80 and 443, but in my docker-compose.yml file, it was suggested I set them to 8085:80 and 8580:443.
I've tried different approaches using various forum posts, but I haven't found a solution.
2. What steps can we take to reproduce this issue?
When I try to view the form I created, because the service is working and the SSL certificate is valid, it returns an OK with the command that verifies the SSL certificates.
