frigate can't read the database file when using volumes #20883
Unanswered
aristosv
asked this question in
Ask A Question
Replies: 1 comment
-
|
Remove the following lines from your compose file: Then rerun See the officially recommended Docker compose in the documentation: https://docs.frigate.video/frigate/installation#docker |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the Common Docker Compose storage configurations guide, I installed frigate like this:
The container starts without any issues and I can see my cameras just fine. But after a while the logs are filled with the following:
So basically it can't open the database file.
So I tried this
and this
chmod -R 777 smarthome/config/frigateBut the issue persists.
Any guidance?
Beta Was this translation helpful? Give feedback.
All reactions