Skip to content

Commit

Permalink
fix: remove password req (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra authored Sep 27, 2024
2 parents 86aab86 + 466fbf4 commit 588e43e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/langsmith/cli/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ services:
- 63791:6379
volumes:
- langchain-redis-data:/data
command:
[
"redis-server",
"--requirepass",
"password"
]
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 2s
Expand Down

0 comments on commit 588e43e

Please sign in to comment.