Skip to content

Commit 646f550

Browse files
committed
modified: .env
modified: docker-compose.yml
1 parent bd51f53 commit 646f550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TimeZone=America/New_York
2-
LSWS_VERSION=6.3.1
2+
LSWS_VERSION=6.3.2
33
PHP_VERSION=lsphp83
44
MYSQL_DATABASE=magento
55
MYSQL_ROOT_PASSWORD=password

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
DATABASE_HOST: mysql
4343
restart: always
4444
elasticsearch:
45-
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.3
45+
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1
4646
environment:
4747
- discovery.type=single-node
4848
ports:

0 commit comments

Comments
 (0)