This repository is dedicated to magento 2.3-develop for bug fixes and make features.
- Install docker
- Install docker-compose
- Install make
- Configure execute docker non-root
sudo usermod -aG docker [your-user]
Stop all docker containers or native services on uses ports 80, 443, 3306.
$ git clone [email protected]:00F100/magento2-docker-install.git
$ cd magento2-docker-install
$ make install
- Storefront: https://localhost.magento.com
- Admin: https://localhost.magento.com/admin
- Username:
admin
- Password:
123123q
- PHPMyAdmin: http://localhost:8080
- Host:
magento2-database
or get IP executingdocker exec -it magento2-database bash -c "hostname -i"
- Username: root
- Password: root
$ make console
$ make up
$ make down
$ make simple-data