Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels