Skip to content

nrdevau/docker-magento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nate's altered Mark Shust's Docker Configuration for Magento

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.0%
  • Dockerfile 15.9%
  • Makefile 13.1%