Updating Redis version to the most recent one. · pythonDrive/bootcamp@64265ff · GitHub
Skip to content

Commit 64265ff

Browse files
Updating Redis version to the most recent one.
1 parent 887d249 commit 64265ff

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions

dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ services:
1414
- '5432:5432'
1515

1616
redis:
17-
image: redis:4.0
17+
image: redis:5.0
1818
ports:
1919
- '6379:6379'

local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ services:
2929
env_file: .env
3030

3131
redis:
32-
image: redis:4.0
32+
image: redis:5.0
3333
ports:
3434
- '6379:6379'

production.yml

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)