Skip to content

Commit

Permalink
Update to Redis 6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Nov 21, 2020
1 parent c7d5131 commit 9e025b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
@@ -1,14 +1,14 @@
SingleNode:
restart: always
image: redis:5.0.0
image: redis:6.0.8
ports:
- "6379:6379"
environment:
- DEBUG=false

RedisCluster:
restart: always
image: m0stwanted/redis-cluster:latest
image: grokzen/redis-cluster:6.0.8
ports:
- "30001:30001"
- "30002:30002"
Expand All @@ -17,4 +17,5 @@ RedisCluster:
- "30005:30005"
- "30006:30006"
environment:
- INITIAL_PORT=30001
- DEBUG=false

0 comments on commit 9e025b7

Please sign in to comment.