You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://s3.amazonaws.com/andreaskoch/dockerized-magento/installation/Dockerized-Magento-Installation-Linux-no-sound.mp4)
@@ -126,9 +132,10 @@ The dockerized Magento project consists of the following components:
126
132
1. a [PHP](docker-images/php/Dockerfile) image
127
133
2. a [Nginx](docker-images/nginx/Dockerfile) web server image
128
134
3. a [Solr](docker-images/solr/Dockerfile) search server
129
-
4. a standard [MySQL](https://registry.hub.docker.com/_/mysql/) database server image
130
-
5. multiple instances of the standard [Redis](https://registry.hub.docker.com/_/redis/) docker image
131
-
6. and a [Installer](docker-images/installer/Dockerfile) image which contains all tools for installing the project from scratch using an [install script](docker-images/installer/bin/install.sh)
135
+
4. a standard [MySQL](https://hub.docker.com/_/mysql/) database server image
136
+
5. multiple instances of the standard [Redis](https://hub.docker.com/_/redis/) docker image
137
+
6. a standard [phpMyAdmin](https://hub.docker.com/r/phpmyadmin/phpmyadmin/) image that allows you to access the database on port 8080
138
+
7. and a [Installer](docker-images/installer/Dockerfile) image which contains all tools for installing the project from scratch using an [install script](docker-images/installer/bin/install.sh)
132
139
- a **[shell script](magento)** for controlling the project: [`./magento <action>`](magento)
133
140
- a [composer-file](composer.json) for managing the **Magento modules**
134
141
- and the [docker-compose.yml](docker-compose.yml)-file which connects all components
0 commit comments