Download Bonita
Bonita offers multiple download and installation methods. You can choose the appropriate method based on your needs.
Download Options
Docker
bash
docker pull suwmlee/bonita:latest
docker run -d \
--name bonita \
-p 12346:12346 \
-v <path/to/media>:/media \
-V <path/to/data>:/app/backend/data \
suwmlee/bonita:latest
Known Issues
- When the video library is very large (10,000+ files), the initial scan may take a long time
Frequently Asked Questions
How to update to the latest version?
Manually update Docker or use Watchtower
for updates