You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought that maybe it is an error with permissions on the volume, but when I connect to the container with 1000:1000 I can create files in the /app/data directory as I would expect. The volume on the docker host is also owned by 1000:1000.
🔄 Steps to Reproduce
Run the provided docker compose file.
✅ Expected Behavior
Application successfully starts.
❌ Actual Behavior
Application fails to start.
📜 Docker Logs
n/a
📜 Paperless-ngx Logs
not relevant
🖼️ Screenshots of your settings page
No response
🖥️ Desktop Environment
Other
💻 OS Version
Linux iron 6.11.0-14-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 10 23:48:25 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
🌐 Browser
None
🔢 Browser Version
No response
🌐 Mobile Browser
No response
📝 Additional Information
I have checked existing issues and this is not a duplicate
I am sure that this problem is affecting everyone, not only me
I have tried debugging this issue on my own
I can provide a fix and submit a PR
📌 Extra Notes
I don't know how I could be sure that this problem is affecting everyone - most likely I made a mistake somewhere in the setup and if the issue would affect everyone I would probably have found an existing issue for it by now.
The text was updated successfully, but these errors were encountered:
🔍 Bug Summary
Application fails to start because it cannot open the database file
📖 Description
I've tried running the application through docker compose, but it fails with the error below.
.. for reference, here is the compose file I am using:
I thought that maybe it is an error with permissions on the volume, but when I connect to the container with
1000:1000
I can create files in the/app/data
directory as I would expect. The volume on the docker host is also owned by1000:1000
.🔄 Steps to Reproduce
Run the provided docker compose file.
✅ Expected Behavior
Application successfully starts.
❌ Actual Behavior
Application fails to start.
📜 Docker Logs
📜 Paperless-ngx Logs
🖼️ Screenshots of your settings page
No response
🖥️ Desktop Environment
Other
💻 OS Version
Linux iron 6.11.0-14-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 10 23:48:25 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
🌐 Browser
None
🔢 Browser Version
No response
🌐 Mobile Browser
No response
📝 Additional Information
📌 Extra Notes
I don't know how I could be sure that this problem is affecting everyone - most likely I made a mistake somewhere in the setup and if the issue would affect everyone I would probably have found an existing issue for it by now.
The text was updated successfully, but these errors were encountered: