fix: remove Redis host port binding to avoid conflict with local Redis

This commit is contained in:
ramvignesh-b
2026-05-11 10:52:16 +05:30
parent 96fa4d891a
commit 384782d60c
-2
View File
@@ -10,5 +10,3 @@ services:
- redis
redis:
image: redis:alpine
ports:
- "6379:6379"