Please let me know if I was doing something wrong. And also please let me clear the 7(2) step. This step is not clear to me. It is making confusion.
Thanks
Regards
Ruchi
I installed KoboToolBox server version on my local computer (Ubuntu) and intend to test it as a server. When I docker-compose up,it returns
Error when try to start nginx container (Bind for 0.0.0.0:80 failed: port is already allocated.)
Then i changed port 80 to 81 (ports: - 81:81) in docker-compose.yml.
After I docker-compose up and tried docker-compose ps, everything shows
'done', which I think means normally running. However I could not open
KoboToolBox on my browsers with the address I typed in, which is
'172.17.0.1' and '127.0.0.1'. I tried a lot but unable to run on my
browser. Please help me out.