diff --git a/README.md b/README.md index 44c5a5a..b3536bc 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,8 @@ Multi channel stream setup with Flask REST API for scheduling channels. 3. run `./renew-certificates.sh` periodically to generate/update the certificates 4. run the docker-compose stack using `docker-compose up -d --build --remove-orphans` 5. Access the admin panel at `https://stream.example.com/ui` -6. Access the recordings gallery at `https://vod.example.com/` \ No newline at end of file +6. Access the recordings gallery at `https://vod.example.com/` + +## purge vod database + +`docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge` \ No newline at end of file