We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce886d commit 3b0d613Copy full SHA for 3b0d613
hokusai/development.yml
@@ -19,7 +19,8 @@ services:
19
ports:
20
- 3005:3005
21
positron-elasticsearch:
22
- image: artsy/elasticsearch:6.8.23
+ image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
23
+ user: elasticsearch
24
environment:
25
- discovery.type=single-node
26
- xpack.security.enabled=false
hokusai/test.yml
@@ -14,7 +14,8 @@ services:
14
- positron-mongodb
15
- positron-elasticsearch
16
17
18
0 commit comments