From bad39aef556f2f37452f24acc3de367ceefaf129 Mon Sep 17 00:00:00 2001 From: bcj Date: Mon, 17 May 2021 00:07:59 -0500 Subject: [PATCH] Remove the redis_activity ports listing It is misleading, it isn't binding to that port --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fa251d1a8..28ca6d93a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,8 +58,6 @@ services: - ./redis.conf:/etc/redis/redis.conf - redis_activity_data:/data env_file: .env - ports: - - 6378:6378 networks: - main restart: on-failure