Skip to content

Commit

Permalink
update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelU committed Aug 20, 2024
1 parent 859f30d commit ad53191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.0"
services:
SingleNode:
restart: always
image: redis:7.0.10
image: redis:7.4.0
ports:
- "6379:6379"
environment:
Expand All @@ -11,7 +11,7 @@ services:

ReplicaNode:
restart: always
image: redis:7.0.10
image: redis:7.4.0
ports:
- "6380:6379"
command: redis-server --replicaof SingleNode 6379
Expand All @@ -22,7 +22,7 @@ services:

RedisCluster:
restart: always
image: grokzen/redis-cluster:7.0.10
image: grokzen/redis-cluster:7.2.5
ports:
- "30001:30001"
- "30002:30002"
Expand Down

0 comments on commit ad53191

Please sign in to comment.