Sign inSign up

nanasess/docker-ec-cube3

By nanasess

Updated about 9 years ago

Dockerfile for EC-CUBE 3.x with docker-compose

Image
1

10K+

nanasess/docker-ec-cube3 repository overview

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.

Tag summary

Content type

Image

Digest

Size

236.8 MB

Last updated

about 9 years ago

docker pull nanasess/docker-ec-cube3