Skip to content

Commit

Permalink
Merge pull request #18 from codelibs/fix_es_virsion
Browse files Browse the repository at this point in the history
elasticsearch 7.8.0
  • Loading branch information
marevol authored Jul 8, 2020
2 parents cc7603f + a68adc3 commit ce6ad2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/docker-compose.cluster.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
es01:
image: codelibs/fess-elasticsearch-oss:7.7.1
image: codelibs/fess-elasticsearch-oss:7.8.0
container_name: es01
environment:
- node.name=es01
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
max-file: "5"

es02:
image: codelibs/fess-elasticsearch-oss:7.7.1
image: codelibs/fess-elasticsearch-oss:7.8.0
container_name: es02
environment:
- node.name=es02
Expand Down

0 comments on commit ce6ad2b

Please sign in to comment.