Added missing instruction

This commit is contained in:
rafaelsideguide
2024-05-13 13:47:49 -03:00
parent 5cbce060ed
commit 4737fe8711
2 changed files with 15 additions and 9 deletions
+5
View File
@@ -14,6 +14,11 @@ For running the simplest version of FireCrawl, edit the `USE_DB_AUTHENTICATION`
USE_DB_AUTHENTICATION=false
```
Update the Redis URL in the .env file to align with the Docker configuration:
```yml
REDIS_URL=redis://redis:6379
```
Once that's complete, you can simply run the following commands to get started:
```bash
docker compose up