iamklaus / nextcloud

Nextcloud docker file including cron via supervisor and all dependencies to install the face recognition app.
17 stars 9 forks source link

Unable to start container when "--user" option is beeing used #4

Closed rastaralle closed 2 years ago

rastaralle commented 3 years ago

Hey Klaus,

during my investigations on using the face recognition app inside docker I found your repo and just tested it out. On my setup I have to run the NC container as a special user (NC data dir readable for others processes as well). When doing so, I get several permission denied errors with the result of the container not starting. Without the --user option the container starts just fine on my setup. See here for further details on the --user option: https://github.com/nextcloud/docker/issues/359

Docker log

My settings im compose file: nextcloud-face: image: iamklaus/nextcloud:latest container_name: nextcloud_face user: 1000:100 #commenting this out and the container works just fine environment:

Greetings Ralle

iamklaus commented 2 years ago

Can't reproduce this.