Skip to content

Commit 3f107cc

Browse files
committed
Match Redis version with production
We are currently using v4.0.14 on Azure.
1 parent eddeb66 commit 3f107cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.override.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ services:
2626
args:
2727
GITHUB_TOKEN: ${GITHUB_TOKEN:-}
2828

29+
cache:
30+
image: redis:4.0.14
31+
2932
nginx:
3033
networks:
3134
readthedocs:

0 commit comments

Comments
 (0)