kurozumi / docker-eccube4

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

What's this

Development environment for EC-CUBE 4.x-dev.

How to Build Image

  • git clone
git clone https://github.com/kurozumi/docker-eccube4.git

Example Usage

cd docker-eccube4
docker-compose run web composer create-project ec-cube/ec-cube . "4.0.x-dev" --keep-vcs
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/

Cleanup

docker-compose stop
docker-compose rm

  • This software is released under the MIT License, see LICENSE.txt.

About

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

License:MIT License


Languages

Language:Dockerfile 100.0%