Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 550 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 550 Bytes

Docker Compose for Magento1 Development

Project installation


No need to create the database it's created when starting the containers. Copy and rename .env.sample to .env and fill the contents

cd docker && docker-compose up -d

The -d will make docker run in the background, leave this off when you want to debug or see the logs.

Uninstall


Remove the database directories inside the project

cd docker && docker-compose down
sudo rm -Rf mysql/db_storage elastic-search/es_storage redis/redis_storage