Update README.md to remove interactive flag

Remove the -it flag from the docker exec command.
This commit is contained in:
Jayden 2024-04-16 21:58:05 +08:00 committed by GitHub
parent eb4558569c
commit d71d26a4f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Mount the `/youtube` folder from Tube Archivist also in this container at `/yout
### Manual trigger
For an initial import or for other irregular occasions, trigger the library scan from outside the container, e.g.:
```bash
docker exec -it tubearchivist-jf python main.py
docker exec tubearchivist-jf python main.py
```
### Auto trigger