Skip to content

Commit be132d5

Browse files
authored
updated README.md
1 parent a0859a4 commit be132d5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.env.sample

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DOCKER_TAG=latest
1010
###> varnish configuration ###
1111

1212
# varnish version
13-
# ie: 6.2, 6.3, 6.4, 6.5, 7.0 or any valid version
13+
# ie: 7.0, 6.5, 6.4, 6.3 or any valid version
1414
# https://hub.docker.com/_/varnish?tab=tags
1515
VARNISH_VERSION=7.0
1616
VARNISH_PORT=8088
@@ -31,7 +31,7 @@ NGINX_PORT=8080
3131
###> php configuration ###
3232

3333
# php version
34-
# ie: 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1
34+
# ie: 8.2, 8.1, 8.0 , 7.4, 7.3, 7.2 and 7.1
3535
PHP_VERSION=8.1
3636

3737
# php fpm expose port
@@ -52,7 +52,7 @@ PHP_ENABLE_XDEBUG=0
5252
###> nodejs configuration ###
5353

5454
# node version
55-
# ie: 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x or any valid version
55+
# ie: 18.x, 17.x or any valid version
5656
NODE_VERSION=16.x
5757

5858
###< nodejs configuration ###
@@ -64,7 +64,7 @@ NODE_VERSION=16.x
6464
# configure database using mysql://root:root@mariadb:3306/project?serverVersion=mariadb-10.5.5
6565

6666
# mariadb version
67-
# ie: 10.1, 10.2, 10.3, 10.4 or any valid version
67+
# ie: 10.4, 10.3, 10.2, 10.1 or any valid version
6868
# https://hub.docker.com/_/mariadb?tab=tags
6969
MARIADB_VERSION=10.4
7070

@@ -93,7 +93,7 @@ PHPMYADMIN_PORT=8081
9393
###> redis configuration ###
9494

9595
# redis version
96-
# ie: 5.x, 6.x, 6.2 or any valid version
96+
# ie: 6.2, 6.x, 5.x or any valid version
9797
# https://hub.docker.com/_/redis?tab=tags
9898
REDIS_VERSION=6.2
9999

@@ -105,7 +105,7 @@ REDIS_VERSION=6.2
105105
###> elasticsearch configuration ###
106106

107107
# elasticsearch version
108-
# ie: 5.x, 6.x, 7.x or any valid version
108+
# ie: 7.x, 6.x, 5.x or any valid version
109109
# https://hub.docker.com/_/elasticsearch?tab=tags
110110
ELASTICSEARCH_VERSION=7.17.2
111111

@@ -117,7 +117,7 @@ ELASTICSEARCH_VERSION=7.17.2
117117
###> rabbitmq configuration ###
118118

119119
# rabbitmq version
120-
# ie: 2.x, 3.x, 3.9 or any valid version
120+
# ie: 3.x, 2.x or any valid version
121121
# https://hub.docker.com/_/rabbitmq?tab=tags
122122
RABBITMQ_VERSION=3.9
123123

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ A development docker for every magento2 project
77

88
- Build for magento2 projects
99
- Bundle of `fpm`, `cli`, `nginx`, `mariadb`, `phpmyadmin`, `redis` , `elasticsearch`, `rabbitmq`, `emailcatcher` and `varnish` containers
10-
- PHP 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1 supported
11-
- Database mariadb 10.1, 10.2, 10.3, 10.4, ... supported
12-
- Node 14.x, 16.x, 17.x, ... supported
13-
- Redis 5.x, 6.x, 6.2, ... supported
14-
- Elasticsearch 5.x, 6.x, 7.x, ... supported
15-
- Rabbitmq 2.x, 3.x, 3.9, ... supported
16-
- Varnish 4.x, 5.x, 6.x, 7.x, ... supported
10+
- PHP 8.2,8.1, 8.0, 7.4, 7.3, 7.2, 7.1 and supported
11+
- Database mariadb 10.4, 10.3, 10.2, 10.1, ... supported
12+
- Node 18.x, 17.x, 16.x, ... supported
13+
- Redis 6.x, 5.x, ... supported
14+
- Elasticsearch 7.x, 6.x, 5.x, ... supported
15+
- Rabbitmq 3.x, 2.x,... supported
16+
- Varnish 7.x, 6.x, 5.x, 4.x, ... supported
1717
- Included n98-magerun2, composer, node cli, yarn cli and grunt cli
1818
- Included emailcatcher with smtp and web view
1919
- Support for PhpStorm or VSCode + WSL2/docker-desktop setup

0 commit comments

Comments
 (0)