File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
boot-mongodb-elasticsearch
src/test/java/com/example/mongoes/common Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ services:
58
58
restart : unless-stopped
59
59
60
60
elasticsearch :
61
- image : docker.elastic.co/elasticsearch/elasticsearch:8.18 .0
61
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0 .0
62
62
container_name : elasticsearch
63
63
environment :
64
64
- discovery.type=single-node
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
27
27
restart : unless-stopped
28
28
29
29
elasticsearch :
30
- image : docker.elastic.co/elasticsearch/elasticsearch:8.18 .0
30
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0 .0
31
31
container_name : elasticsearch
32
32
environment :
33
33
- discovery.type=single-node
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class ContainersConfig {
16
16
@ Bean
17
17
@ RestartScope
18
18
ElasticsearchContainer elasticsearchContainer () {
19
- return new ElasticsearchContainer ("docker.elastic.co/elasticsearch/elasticsearch:8.17.2 " )
19
+ return new ElasticsearchContainer ("docker.elastic.co/elasticsearch/elasticsearch:9.0.0 " )
20
20
.withEnv (Map .of ("xpack.security.enabled" , "false" ));
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments