Commit 4921881
Fix redis service container port mapping to 6379:6379
redis_cache.py hardcodes localhost:6379; dynamic port mapping would
miss it. Fixed mapping ensures the service is reachable as expected.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4240e52 commit 4921881
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments