Skip to content

Commit 90df914

Browse files
authored
Update README.md
1 parent 5afffde commit 90df914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
volumes:
2222
- ./config/search:/config
2323
elasticsearch:
24-
image: semtech/mu-search-elastic-backend:1.0.0
24+
image: semtech/mu-search-elastic-backend:1.1.0
2525
volumes:
2626
- ./data/elasticsearch/:/usr/share/elasticsearch/data
2727
environment:
@@ -90,7 +90,7 @@ First, make sure the search indexes are written to a mounted volume by specifyin
9090
```yml
9191
services:
9292
elasticsearch:
93-
image: semtech/mu-search-elastic-backend:1.0.0
93+
image: semtech/mu-search-elastic-backend:1.1.0
9494
volumes:
9595
- ./data/elasticsearch/:/usr/share/elasticsearch/data
9696
```

0 commit comments

Comments
 (0)