added view progress

This commit is contained in:
2023-03-08 17:24:02 +05:00
parent ea15400694
commit 11b46e46c3

View File

@@ -20,6 +20,10 @@ services:
4. Modify `SCRAPPER_CONTROL_API_KEY` 4. Modify `SCRAPPER_CONTROL_API_KEY`
5. Run `docker compose up -d` 5. Run `docker compose up -d`
## View scrapper progress:
```
docker compose logs -f
```
## HOW TO KILL THE CONTAINER ## HOW TO KILL THE CONTAINER
``` ```