Skip to content

Commit

Permalink
Merge pull request #364 from chaynHQ/tarebyte/update-local-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte authored Sep 11, 2023
2 parents 924d14b + 7609154 commit c428f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ services:
ports:
- 5432:5432
redis-sidekiq:
image: redis:5.0.3-alpine
image: redis:6.2.13-alpine
ports:
- 6379:6379
redis-cache:
image: redis:5.0.3-alpine
image: redis:6.2.13-alpine
ports:
- 6380:6379
mailcatcher:
Expand Down

0 comments on commit c428f56

Please sign in to comment.