purge vod cmd
This commit is contained in:
parent
62a4aa9596
commit
a87a0de943
1 changed files with 5 additions and 1 deletions
|
@ -9,3 +9,7 @@ Multi channel stream setup with Flask REST API for scheduling channels.
|
|||
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/`
|
||||
|
||||
## purge vod database
|
||||
|
||||
`docker exec -ti television_archive_1 /app/gallery.js storage --storage /data/storage --database /data/config/database.db -l debug purge`
|
Loading…
Reference in a new issue