Skip to content

Commit 7b8fae3

Browse files
committed
Update preset ES service image version
1 parent 40ed65f commit 7b8fae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919

2020
# Elasticsearch search server service
2121
elastic:
22-
image: blacktop/elasticsearch:7.9.2
22+
image: blacktop/elasticsearch:7.17
2323
volumes:
2424
- elastic_data:/usr/share/elasticsearch/data
2525
restart: always
@@ -34,4 +34,4 @@ services:
3434
- "127.0.0.1:${VW_WEBAPP_HOST_PORT}:8080" # the application will be served via the host port set in .env
3535
depends_on:
3636
- mongodb
37-
- elastic
37+
- elastic

0 commit comments

Comments
 (0)