Commit 2afdb02
committed
chore(docker): update Redis service configuration in docker-compose.yml
- Changed the default host port for Redis from 6379 to 6380 to avoid conflicts with the host's Redis instance.
- Updated the corresponding environment variable from REDIS_PORT to REDIS_HOST_PORT for clarity.1 parent 89aa1fd commit 2afdb02
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments