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. #