Skip to content

nanasess/docker-ec-cube3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%