Replies: 1 comment
-
Hi, adding them in the config.yaml should supersede the dockerfile one, I'll investigate |
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
-
I'm running into trouble having the Paperless addon use a network mount for data storage. Settings are as follows:
In the addon's config UI:
networkdisks
://192.168.1.5/Paperless
CONFIG_LOCATION
:/config/addons_config/paperless_ng/config.yaml
In
/config/addons_config/paperless_ng/config.yaml
:It looks like the the config.yaml entries are overridden by these lines in the Dockerfile. Running
printenv
from a shell in the addon's container returns the locations from the Dockerfile, not from my config file.Are these folders deliberately hard coded? Is there a way to get the Paperless addon to use network mounts for consumption, data, and media?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions