ODK Central installation on windows problem (ngingx unhealthy)

Trying to install odk-central on docker windows. after passing all the steps successfully and running "docker-compose up -d" I notice that the nginx is unhealthy. Anyone with help?

nginx /bin/bash /scripts/odk-set ... Up (unhealthy) 0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp

1 Like

The issue resolved by changing below configurations in .env file

SSL_TYPE=selfsign
DOMAIN=localhost

I can visit the login screen in the browser. but there is a tiny problem which I receive an SSL warning from the browser meaning the SSL is not set properly. Any idea how can I resolve that in windows?

1 Like

Hello @hussainhussaini, in the archive .eve i have that:

Note: In domain is local or localhost

DOMAIN=localhost 
SSL_TYPE=selfsign
HTTP_PORT=80
HTTPS_PORT=443

but continue with the error, some advice?
So the Enketo do not Fix neither the sync with odk collect.
Regards.