monicahq / docker

docker image of Monica
https://hub.docker.com/_/monica/
GNU General Public License v2.0
203 stars 61 forks source link

Disabling chown function? #113

Closed NoLooseEnds closed 2 years ago

NoLooseEnds commented 2 years ago

I have my Monica data on a NFS share (that runs on OmniOS with ZFS), and I'm having issues with the chown command that runs when starting Monica. The NFS share has all 777 permissions, so it should not be a problem, but the client is not allowed/able to chownfiles, hence Monica halts.

Is it possible to disable the chown command by setting an enviroment variable or something (i.e nochown=true)

NoLooseEnds commented 2 years ago

Never mind. I managed to solve it by tweaking the NFS permissions and ZFS pool options.