Skip to content

kurozumi/docker-eccube4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published