mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 21:21:20 +08:00
Fix Redis port mapping
This commit is contained in:
@ -134,8 +134,8 @@ services:
|
||||
image: redis:6.2.5
|
||||
env_file:
|
||||
- .env
|
||||
# ports:
|
||||
# - 6379:6379
|
||||
ports:
|
||||
- 6379:6379
|
||||
healthcheck:
|
||||
test: "exit 0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user