mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 18:48:59 +08:00
Update redis troubleshooting in self host guide
This commit is contained in:
parent
a96ad4b0e2
commit
fe179d0cb1
@ -160,7 +160,7 @@ Errors related to connecting to Redis, such as timeouts or "Connection refused".
|
|||||||
|
|
||||||
**Solution:**
|
**Solution:**
|
||||||
- Ensure that the Redis service is up and running in your Docker environment.
|
- Ensure that the Redis service is up and running in your Docker environment.
|
||||||
- Verify that the REDIS_URL and REDIS_RATE_LIMIT_URL in your .env file point to the correct Redis instance.
|
- Verify that the REDIS_URL and REDIS_RATE_LIMIT_URL in your .env file point to the correct Redis instance, ensure that it points to the same URL in the `docker-compose.yaml` file (`redis://redis:6379`)
|
||||||
- Check network settings and firewall rules that may block the connection to the Redis port.
|
- Check network settings and firewall rules that may block the connection to the Redis port.
|
||||||
|
|
||||||
### API endpoint does not respond
|
### API endpoint does not respond
|
||||||
|
Loading…
x
Reference in New Issue
Block a user