Skip to content

Commit

Permalink
Merge pull request #5 from Lullabot/renovate/redis-7.x
Browse files Browse the repository at this point in the history
Update redis Docker tag to v7
  • Loading branch information
mrdavidburns authored Mar 23, 2024
2 parents b682113 + 041c085 commit 0755278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ddev/docker-compose.redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
redis:
container_name: ddev-${DDEV_SITENAME}-redis
image: redis:6-bullseye
image: redis:7-bullseye
# These labels ensure this service is discoverable by ddev.
labels:
com.ddev.site-name: ${DDEV_SITENAME}
Expand Down

0 comments on commit 0755278

Please sign in to comment.