Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: upgrade redis to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Sep 26, 2023
1 parent d776687 commit 45bd54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ services:
redis:
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.redis"
hostname: redis.devstack.edx
image: redis:6.2.12
image: redis:7.2
command: redis-server --requirepass password
networks:
default:
Expand Down

0 comments on commit 45bd54d

Please sign in to comment.