Explorar el Código

sdadsfadsfadsf

rubyangxg hace 4 años
padre
commit
3a3d0478de

+ 10 - 10
redis-cluster/docker-compose.yml

@@ -25,8 +25,8 @@ services:
     <<: *defaults
     container_name: redis2
     ports:
-      - "0.0.0.0:6380:6379"
-      - "0.0.0.0:16380:16379"
+      - "0.0.0.0:6380:6380"
+      - "0.0.0.0:16380:16380"
     volumes:
       - ./redis-cluster/conf/redis2.conf:/etc/redis.conf:rw
       - ${DATA_PATH}/redis2:/data:rw
@@ -35,8 +35,8 @@ services:
     <<: *defaults
     container_name: redis3
     ports:
-      - "0.0.0.0:6381:6379"
-      - "0.0.0.0:16381:16379"
+      - "0.0.0.0:6381:6381"
+      - "0.0.0.0:16381:16381"
     volumes:
       - ./redis-cluster/conf/redis3.conf:/etc/redis.conf:rw
       - ${DATA_PATH}/redis3:/data:rw
@@ -45,8 +45,8 @@ services:
     <<: *defaults
     container_name: redis4
     ports:
-      - "0.0.0.0:6382:6379"
-      - "0.0.0.0:16382:16379"
+      - "0.0.0.0:6382:6382"
+      - "0.0.0.0:16382:16382"
     volumes:
       - ./redis-cluster/conf/redis4.conf:/etc/redis.conf:rw
       - ${DATA_PATH}/redis4:/data:rw
@@ -59,8 +59,8 @@ services:
     <<: *defaults
     container_name: redis5
     ports:
-      - "0.0.0.0:6383:6379"
-      - "0.0.0.0:16383:16379"
+      - "0.0.0.0:6383:6383"
+      - "0.0.0.0:16383:16383"
     volumes:
       - ./redis-cluster/conf/redis5.conf:/etc/redis.conf:rw
       - ${DATA_PATH}/redis5:/data:rw
@@ -73,8 +73,8 @@ services:
     <<: *defaults
     container_name: redis6
     ports:
-      - "0.0.0.0:6384:6379"
-      - "0.0.0.0:16384:16379"
+      - "0.0.0.0:6384:6384"
+      - "0.0.0.0:16384:16384"
     volumes:
       - ./redis-cluster/conf/redis6.conf:/etc/redis.conf:rw
       - ${DATA_PATH}/redis6:/data:rw

+ 1 - 1
redis-cluster/redis-cluster/conf/redis2.conf

@@ -89,7 +89,7 @@ protected-mode yes
 
 # Accept connections on the specified port, default is 6379 (IANA #815344).
 # If port 0 is specified Redis will not listen on a TCP socket.
-port 6379
+port 6380
 
 # TCP listen() backlog.
 #

+ 1 - 1
redis-cluster/redis-cluster/conf/redis3.conf

@@ -89,7 +89,7 @@ protected-mode yes
 
 # Accept connections on the specified port, default is 6379 (IANA #815344).
 # If port 0 is specified Redis will not listen on a TCP socket.
-port 6379
+port 6381
 
 # TCP listen() backlog.
 #

+ 1 - 1
redis-cluster/redis-cluster/conf/redis4.conf

@@ -89,7 +89,7 @@ protected-mode yes
 
 # Accept connections on the specified port, default is 6379 (IANA #815344).
 # If port 0 is specified Redis will not listen on a TCP socket.
-port 6379
+port 6382
 
 # TCP listen() backlog.
 #

+ 1 - 1
redis-cluster/redis-cluster/conf/redis5.conf

@@ -89,7 +89,7 @@ protected-mode yes
 
 # Accept connections on the specified port, default is 6379 (IANA #815344).
 # If port 0 is specified Redis will not listen on a TCP socket.
-port 6379
+port 6383
 
 # TCP listen() backlog.
 #

+ 1 - 1
redis-cluster/redis-cluster/conf/redis6.conf

@@ -89,7 +89,7 @@ protected-mode yes
 
 # Accept connections on the specified port, default is 6379 (IANA #815344).
 # If port 0 is specified Redis will not listen on a TCP socket.
-port 6379
+port 6384
 
 # TCP listen() backlog.
 #