We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ed65f commit 7b8fae3Copy full SHA for 7b8fae3
docker-compose.yml
@@ -19,7 +19,7 @@ services:
19
20
# Elasticsearch search server service
21
elastic:
22
- image: blacktop/elasticsearch:7.9.2
+ image: blacktop/elasticsearch:7.17
23
volumes:
24
- elastic_data:/usr/share/elasticsearch/data
25
restart: always
@@ -34,4 +34,4 @@ services:
34
- "127.0.0.1:${VW_WEBAPP_HOST_PORT}:8080" # the application will be served via the host port set in .env
35
depends_on:
36
- mongodb
37
- - elastic
+ - elastic
0 commit comments