From de26d5958928f5b598df4dc3bec9c4826fd61744 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Wed, 7 May 2025 15:02:34 -0400 Subject: [PATCH] no public redis --- default.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/default.yml b/default.yml index 6cf6c3e..1dbf11b 100644 --- a/default.yml +++ b/default.yml @@ -64,8 +64,6 @@ services: volumes: - redis:/data restart: always - ports: - - ${REDIS_PORT}:6379 command: redis-server --appendonly yes --requirepass redis_password volumes: