willholley commented on issue #155: Incorrect ownership of /opt/couchdb - 
everything is owned by couchdb
URL: https://github.com/apache/couchdb-docker/issues/155#issuecomment-538344734
 
 
   @arturog this only happens if the CouchDB container is running as root. If 
you use the default entrypoint, the container will start as root, configure 
file permissions etc and step down to the CouchDB user to run CouchDB itself.
   
   When using a container orchestration system such as Kubernetes or Docker 
Compose you can bypass this step, either by running a non-root user (in which 
case you just have to make sure that uid can access /opt/couchdb/data) or by 
using a different entrypoint entirely. The [CouchDB Helm 
Chart](https://github.com/helm/charts/tree/master/stable/couchdb) is one 
example of mounting an external volumes to /opt/couchdb/data creating the 
config files explicitly.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to