uncommenting redis port expose

This commit is contained in:
Pranav Prakash 2025-05-16 22:31:59 +05:30
parent 29ebcace56
commit 29bacdd55f
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
services:
redis:
image: redis:7-alpine
# ports:
# - "6379:6379"
ports:
- "6379:6379"
volumes:
- redis-data:/data
command: redis-server --save 60 1 --loglevel warning