I tried to run the container with the nearly default but was unable to start.
Found an error in the log as
ConnectionFailed(“Unable to open connection to local database./app-data/db/db.sqlite: 14”) at new Database.… at _createClient
I am binding to
/DATA/AppData/papra:/app/app-data
When I run the container, papra folder was created with 0777 permission but no files in there.
Finally, I manually create a db folder under papra, and now the container able to run successfully.
I tried to run the container with the nearly default but was unable to start. Found an error in the log as ConnectionFailed(“Unable to open connection to local database./app-data/db/db.sqlite: 14”) at new Database.… at _createClient
I am binding to /DATA/AppData/papra:/app/app-data
When I run the container, papra folder was created with 0777 permission but no files in there.
Finally, I manually create a db folder under papra, and now the container able to run successfully.