installing bahmni

im trying to install bahmni,after completing every step i cant open it on my browser . 2 when i rum docker compose up -d command it display this "Error response from daemon: driver failed programming external connectivity on endpoint bahmni-lite-proxy-1 (f1554d3dbff65eb30fcc410f50f351be36d5c56399df33d441997ba3096ac6e3): failed to bind port 0.0.0.0:80/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use " 3, when i run ./run-bahmni.sh it shows me this "Docker version >= 20.10.13, using Docker Compose V2 Error: docker compose is not installed. Please install docker compose. ". but docker compose is installed and the path ia also correct

The message is clear something else is running on port 80

To find out which process is using port 80, you can use the following command: sudo netstat -tuln | grep :80

Once you identify the process you can terminate it using: sudo kill -9

as for docker compose occurs even though Docker Compose is installed. This is likely due to a version mismatch or incorrect installation check by running: docker compose version

1 Like

i figure it out the above one, and i encounter another as u see it says doker compose is not installed but it’s installed and i can see it’s version also. and i wana remind u that the path is correct. another problem i encounter is that after i open bahmni by local host on my browser afeter i select clinical service it load’s countinuesly, it doesn’t start just loading

(attachments)