Skip to content

Commit

Permalink
Update elasticsearch Docker tag to v8.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 830364c commit 41be6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ddev/docker-compose.elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
elasticsearch:
container_name: ddev-${DDEV_SITENAME}-elasticsearch
hostname: ${DDEV_SITENAME}-elasticsearch
image: elasticsearch:8.15.0
image: elasticsearch:8.15.1
expose:
- "9200"
- "9300"
Expand Down
2 changes: 1 addition & 1 deletion .ddev/elasticsearch/docker-compose.elasticsearch8.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ddev-generated
services:
elasticsearch:
image: elasticsearch:8.15.0
image: elasticsearch:8.15.1
volumes:
- ./elasticsearch/config/elasticsearch8.yml:/usr/share/elasticsearch/config/elasticsearch.yml

0 comments on commit 41be6ed

Please sign in to comment.