Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jun 23, 2021
1 parent 19f8c49 commit 0ba02c4
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 @@ -3,11 +3,11 @@ version: '2.3'
services:
redis:
restart: always
image: redis:5.0.9
image: redis:6.2
command:
- --loglevel warning
volumes:
- redis-data:/var/lib/redis:Z
- redis-data:/data:Z

postgresql:
restart: always
Expand Down

0 comments on commit 0ba02c4

Please sign in to comment.