ODK Central unable to access domain

@vnatraj The reason is that the port 80 is occupied by nginx on the host machine itself. When you are trying to run the docker, port 80 conflict is happening. So run the following command on the host machine:
sudo service nginx stop

Once you have run the above command, try running the command to bring the docker up. Please do share the findings.