From 926bb97ff727ba9cc929035d6fa50906552047ca Mon Sep 17 00:00:00 2001 From: wayn <1669738430@qq.com> Date: Mon, 22 Jan 2024 21:41:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=95=86=E5=9F=8E):=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-es7-rabbitmq-redis-mysql.yml | 2 +- redis/redis.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-es7-rabbitmq-redis-mysql.yml b/docker-compose-es7-rabbitmq-redis-mysql.yml index 8051bd0..0acd19f 100644 --- a/docker-compose-es7-rabbitmq-redis-mysql.yml +++ b/docker-compose-es7-rabbitmq-redis-mysql.yml @@ -38,7 +38,7 @@ services: container_name: redis image: redis:6.2.7 ports: - - "16789:16789" + - "6379:6379" volumes: - ./redis/redis.conf:/etc/redis/redis.conf - ./redis/data:/data diff --git a/redis/redis.conf b/redis/redis.conf index df86b2f..3de0c8c 100644 --- a/redis/redis.conf +++ b/redis/redis.conf @@ -95,7 +95,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 16789 +port 6379 # TCP listen() backlog. #