-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hello,
I followed instructions to clone the repo and built the images.
When I attempt to compose and get MIFOS up, I get following error. (running Docker desktop on Windows machine)
PS E:\mifos\fintecheando-mifos-docker-ubuntu> docker-compose -f .\mifos-stack-DEV.yml up
Creating network "fintecheando-mifos-docker-ubuntu_mifos" with driver "bridge"
Creating fintecheando-mifos-docker-ubuntu_mifos-sms-server_1 ... done
Creating fintecheando-mifos-docker-ubuntu_mifos-db-server_1 ... done
ERROR: for mifos-app-server Container "abcdf0db779b" is unhealthy.
ERROR: Encountered errors while bringing up the project.
PS E:\mifos\fintecheando-mifos-docker-ubuntu>
In the YML file, I have increased the time out for health check to 20 seconds. Still it doesn't work.
Regards
Karim