Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage space requirements - guide #9

Closed
ludiaribar opened this issue Jan 27, 2022 · 1 comment
Closed

Storage space requirements - guide #9

ludiaribar opened this issue Jan 27, 2022 · 1 comment

Comments

@ludiaribar
Copy link

This works fine on Odroid-C4 with 16GB SD card and 250Gb USB SSD. Thanks!

However the container needs more than 16GB of storage to run so either the primary storage needs to be bigger, or the arguments:

-v /storage/srv:/srv
-v /storage/data:/data \

modified to:

-v /storage/srv:/PATH_TO_BIGGER_STORAGE
-v /storage/data:/PATH_TO_BIGGER_STORAGE \

@markdegrootnl
Copy link
Owner

This is mentioned in the readme:

UniFi Protect needs a lot of storage to record video. Protect will fail to start if there is not at least 100GB disk space available, so make sure to store your Docker volumes on a disk with some space (/storage in the above run command).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants