@@ -9,16 +9,16 @@ The docker stack is composed of the following containers
9
9
| Name | Version |
10
10
| ----------------------| ---------|
11
11
| traefik | 3.2 |
12
- | nginx | 1.22 |
13
- | php-fpm | 8.2 |
12
+ | nginx | 1.26 |
13
+ | php-fpm | 8.3 |
14
14
| php-fpm-xdebug | 3.2.2 |
15
- | redis | 7.0 |
16
- | mysql | 8.0.34 |
17
- | mailpit | 1.21 |
18
- | rabbitmq | 3.11 |
19
- | opensearch | 2.5.0 |
20
- | opensearch-dashboard | 2.5.0 |
21
- | varnish | 7.3 |
15
+ | redis | 7.2 |
16
+ | mysql | 8.0.41 |
17
+ | mailpit | 1.24 |
18
+ | rabbitmq | 3.13 |
19
+ | opensearch | 2.12.0 |
20
+ | opensearch-dashboard | 2.12.0 |
21
+ | varnish | 7.6 |
22
22
23
23
### Container traefik
24
24
Starts a reverse proxy and load balancer for project<br >
@@ -105,7 +105,7 @@ You will check the latest version of Magento from link: https://magento.com/tech
105
105
To the run installation process use next commands.<br >
106
106
Create new project:
107
107
108
- ./scripts/composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7-p3 /home/magento
108
+ ./scripts/composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7-p4 /home/magento
109
109
Install project (don't forget to change ** --base-url** to yours):
110
110
111
111
./scripts/magento setup:install --base-url=https://magento2.test/ --db-host=mysql --db-name=magento_db --db-user=magento_user --db-password="PASSWD#" --admin-firstname=admin --admin-lastname=admin [email protected] --admin-user=admin --admin-password=admin1! --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1 --opensearch-host=opensearch --opensearch-port=9200 --search-engine=opensearch
@@ -217,10 +217,12 @@ https://rabbit.magento2.test - **RabbitMQ** (guest/guest for access)<br>
217
217
- v1.0.9 - Add n98-magerun2
218
218
- v1.1.0 - Add a switcher for PHP that enables or disables xDebug
219
219
- v1.1.1 - Fixed to avoid the proxying cycle between varnish and nginx.
220
+ - v1.1.2 - Update image versions for compatibility.
220
221
221
222
## Branches
222
- | Name | Magento versions |
223
- | ----------------------| ----------------------------------------|
224
- | master | 2.4.6 and higher |
225
- | m244 | 2.4.4 up to 2.4.6 |
226
- | develop | like master with untested improvements |
223
+ | Name | Magento versions |
224
+ | ---------| ----------------------------------------|
225
+ | master | 2.4.7 and higher |
226
+ | m246 | 2.4.6 up to 2.4.7 |
227
+ | m244 | 2.4.4 up to 2.4.6 |
228
+ | develop | like master with untested improvements |
0 commit comments