alexcheng1982 / docker-magento2

Docker image for Magento Open Source 2
MIT License
382 stars 256 forks source link

can't run dockermagento2_db_1 container #20

Closed digitalgeneralist closed 6 years ago

digitalgeneralist commented 6 years ago

if i make a simple docker-compose up -d it looks fine like Creating dockermagento2_db_1 ... Creating dockermagento2_db_1 ... done Creating dockermagento2_phpmyadmin_1 ... Creating dockermagento2_web_1 ... Creating dockermagento2_web_1 Creating dockermagento2_web_1 ... done

But if i try docker ps ... i see that web1 and phpmyadmin is running but the mysql container not. I got a Exited (139) 22 seconds ago

And they are no logs no error .... trying docker logs dockermagento2_db_1

Docker version 18.03.1-ce, build 9ee9f40 4.15.0-kali3-amd64 #1 SMP Debian 4.15.17-1kali1 (2018-04-25) x86_64 GNU/Linux