Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed May 2, 2024
1 parent 2376ae2 commit 4a28c0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions capstone/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2.2'
services:
db:
image: registry.lil.tools/harvardlil/cap-db:0.13-355de4ae9825784849037c8870a24d41
Expand All @@ -10,7 +9,7 @@ services:
redis:
image: redis:6.0.15
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.20
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.21
environment:
- node.name=es01
- bootstrap.memory_lock=true
Expand Down

0 comments on commit 4a28c0d

Please sign in to comment.