Skip to content

Commit 7609154

Browse files
committed
Update local redis to match Heroku
1 parent f5ad362 commit 7609154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ services:
1111
ports:
1212
- 5432:5432
1313
redis-sidekiq:
14-
image: redis:5.0.3-alpine
14+
image: redis:6.2.13-alpine
1515
ports:
1616
- 6379:6379
1717
redis-cache:
18-
image: redis:5.0.3-alpine
18+
image: redis:6.2.13-alpine
1919
ports:
2020
- 6380:6379
2121
mailcatcher:

0 commit comments

Comments
 (0)