Skip to content

faisolp/magento2-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edit .nav

MYSQL_ROOT_PASSWORD=ROOT_PASSWORD

MYSQL_USER=admin

MYSQL_PASSWORD=ROOT_PASSWORD

MYSQL_DATABASE=magento2

1). Download Magento 2 version 2.31 you wish to dockerize and upload it in directory magento2 in parallel docker-compose.yml.

Go to https://magento.com/tech-resources/download? .

2). Build the docker image.

docker-compose build

3). Check the built image as:

docker images

4). Run the containers from built image as:

docker-compose up -d

5). Check the running docker containers by command:

docker-compose ps

docker ps

About

magento2-nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published