Unable to install openmrs using docker

Application Name: openmrs Version Number: Docker version-19.03.1

Question: When i try to install openmrs using docker by creating docker-compose.yml file given in this link.Once the application is up in docker but when i try to run the application by giving associated port number in browser application doesn’t exist.

1 Like

This particular version of the application takes a while (several minutes depending on your hardware) to set up. You can monitor the logs (after starting with docker-compose up -d) with:

docker-compose logs -f openmrs-reference-application

This will display logs from the web application to the terminal until you interrupt with Ctrl-C (Command-C on mac). Once the output slows/stops, you should be able to reach OpenMRS at http://localhost:8080/openmrs/

1 Like