Skip to content

Commit

Permalink
Pin Redis service image to open-source version.
Browse files Browse the repository at this point in the history
See #640.
  • Loading branch information
robertbartel authored and christophertubbs committed May 29, 2024
1 parent e5aa5d5 commit 6c9670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/main/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
#depends_on:
# - myredis
myredis:
image: redis
image: redis:7.2
ports:
- "6379:6379"
networks:
Expand Down

0 comments on commit 6c9670b

Please sign in to comment.