Skip to content

Commit

Permalink
Update elasticsearch Docker tag to v8.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 6a9fc88 commit a6694eb
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.17.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.17.1
volumes:
- ./elasticsearch/config/elasticsearch8.yml:/usr/share/elasticsearch/config/elasticsearch.yml

0 comments on commit a6694eb

Please sign in to comment.