Skip to content

Commit

Permalink
docker-compose.yml: use same version of redis as deployed envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-sul committed Jun 20, 2023
1 parent 85568ee commit c49af28
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 @@ -27,7 +27,7 @@ services:
volumes:
- postgres-data:/var/lib/postgresql/data
redis:
image: redis:3
image: redis:7
command: redis-server
ports:
- 6379:6379
Expand Down

0 comments on commit c49af28

Please sign in to comment.