docker-ec-cube3
docker-ec-cube3 copied to clipboard
docker-compose for EC-CUBE 3.x https://github.com/EC-CUBE/ec-cube
Dockerfile for EC-CUBE 3.x with docker-compose
What's this
Development environment for EC-CUBE 3.x.
How to Build Image
- git clone
git clone https://github.com/nanasess/docker-ec-cube3.git
Example Usage
cd docker-ec-cube3
docker-compose up -d
Let's Access in Browser
- Front End)
http://localhost:8080 - Back End)
http://localhost:8080/admin- ID: admin / PW: password
- MailCatcher)
http://localhost:1080/
Use for MySQL
docker-compose --project-name mysql -f docker-compose.yml -f docker-compose.mysql.yml up -d
Cleanup
docker-compose stop
docker-compose rm
- This software is released under the MIT License, see LICENSE.txt.