Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.02 KB

nrdevau/docker-magento

Nate's docker Magento 2 setup - heavily inspired by Mark Shust's Docker Configuration for Magento

Table of contents

Usage

This configuration is intended to be used as a Docker-based development environment for Magento 2.

This will clash with apache or NGINX running on your host. Please disable those services or change the port in the config Copy files out of compose to local directory Run

bin/download 2.4.6-p2 community # <or your version>
# Run the setup installer for Magento:
bin/setup magento2.nrdev.local

open https://magento2.nrdev.local

Needed to change the PHPMyAdmin port in the compose.dev.yaml file Login to admin portal with credentials in bin/setup-install Check mail caught using mailcatcher http://magento2.nrdev.local:1080/ - to setup 2FA