Skip to content

Commit 2f4a904

Browse files
authored
Development: start Redis with a password (#164)
* Development: start Redis with a password * Redis: use the newest version deployed in production
1 parent ef0acd3 commit 2f4a904

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dockerfiles/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ services:
145145
command: ["../../docker/build.sh"]
146146

147147
cache:
148-
image: redis:6.0.5
148+
image: redis:6.2.6 # Match production version
149+
command: >
150+
--requirepass "redispassword"
149151
networks:
150152
readthedocs:
151153

0 commit comments

Comments
 (0)