Skip to content

Commit

Permalink
fix: redis password
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Jul 26, 2024
1 parent 57f5612 commit 7de9d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
image: redis
ports:
- 6379:6379
options: --requirepass difyai123456
options: -e REDIS_PASSWORD=difyai123456

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7de9d7e

Please sign in to comment.