Skip to content

Commit

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

0 comments on commit df759b2

Please sign in to comment.