Sign inSign up

hoanghd/redis-cluster

By hoanghd

Updated almost 3 years ago

Redis Cluster

Image
0

389

hoanghd/redis-cluster repository overview

Image
TCP ports
0.0.0.0:7000 
0.0.0.0:7001 
0.0.0.0:7002 
0.0.0.0:7003 
0.0.0.0:7004 
0.0.0.0:7005
docker-compose.yaml
version: "3"

services:
  redis-cluster:
    container_name: redis-cluster
    image: hoanghd/redis-cluster:latest
    restart: always
    tty: true
    ports:
      - 7000:7000
      - 7001:7001
      - 7002:7002
      - 7003:7003
      - 7004:7004
      - 7005:7005

docker-compose up

Tag summary

Content type

Image

Digest

sha256:3a7fc9d8a

Size

38.1 MB

Last updated

almost 3 years ago

docker pull hoanghd/redis-cluster