RussellMcOrmond opened a new issue #53: Use a fixed uid and gid URL: https://github.com/apache/couchdb-docker/issues/53 Currently the Dockerfile uses: `groupadd -r couchdb && useradd -d /var/lib/couchdb -g couchdb couchdb` So that externally mounted directories can maintain the correct permissions, and 'ps' and other tools on the host show the IDs correctly, it would be ideal if a fixed uid and gid were assigned rather than the default of using the next available id's.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
