One of My docker image is not running

successfully pulled the docker images but one of 6 is not running and due to which i am unable to login in

Hey @Rahul_Vishwakarma, can you give it a try following these steps.

1 Like

Thanks @Manish this does not work for me , just i checked the docs for troubleshooting on openelis website and *
docker-compose up *
this work for me and it also reflect the change of code that was also my issue ones again thanku

1 Like

Nice @Rahul_Vishwakarma at least it worked! Cheers to that!

docker-compose up wil only run with pre-published images not your local artifacts

1 Like

Ok now it fixed thanks

did you run with

docker-compose -f dev.docker-compose.yml up -d 
1 Like