Skip to content

Commit

Permalink
Pinning Redis version because of redis/redis#13157
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Mar 21, 2024
1 parent ec4c763 commit bef84cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: "3"

services:
redis:
image: redis
# Warning: don't upgrade to >=7.3 due to its non-free license
# until the licensing situation gets more clear or e.g. an open-source fork appears
image: redis:7.2.4
restart: always
volumes:
- data-redis:/data
Expand Down

0 comments on commit bef84cd

Please sign in to comment.