Do not expose redis by default

This commit is contained in:
Peter Maguire
2025-11-10 14:15:12 +00:00
committed by GitHub
parent 216f5cc147
commit 4057f6f0eb

View File

@@ -26,8 +26,6 @@ services:
restart: always restart: always
environment: environment:
- ALLOW_EMPTY_PASSWORD=yes - ALLOW_EMPTY_PASSWORD=yes
ports:
- 6379:6379
networks: networks:
- infisical - infisical
volumes: volumes: