feat: use REDIS_PORT
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
REDIS_HOST: ${REDIS_HOST}
|
||||
REDIS_PORT: ${REDIS_PORT}
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "${REDIS_PORT}:${REDIS_PORT}"
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user