It's fork from https://github.com/nanasess/docker-ec-cube3
Windows User Notice: please change End of Line Sequence of wait-for-pgsql.sh and wait-for-mysql.sh to LF .
Development environment for EC-CUBE 3.x.
- git clone
git clone https://github.com/codeyu/docker-ec-cube3.gitcd docker-ec-cube3
docker-compose up -dLet's Access in Browser
- Front End)
http://localhost:8080 - Back End)
http://localhost:8080/admin- ID: admin / PW: password
- MailCatcher)
http://localhost:1080/
docker-compose --project-name mysql -f docker-compose.yml -f docker-compose.mysql.yml up -ddocker-compose stop
docker-compose rm- This software is released under the MIT License, see LICENSE.txt.