Skip to content

Commit

Permalink
Merge pull request #2 from Lullabot/renovate/elasticsearch-7.x
Browse files Browse the repository at this point in the history
Update elasticsearch Docker tag to v7.17.18
  • Loading branch information
mrdavidburns authored Mar 23, 2024
2 parents 0755278 + 42570a3 commit cc7599c
Showing 1 changed file with 1 addition and 1 deletion.
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:7.17.14
image: elasticsearch:7.17.18
expose:
- "9200"
- "9300"
Expand Down

0 comments on commit cc7599c

Please sign in to comment.