Skip to content

Docker Custom UID/GID Support

Robozman requested to merge docker_uid_gid_fix into master

Updated the container to allow specifying the running user's UID and GID using su-exec. This is useful for fixing file permissions on mounted volumes. This is separate from docker's UID/GID settings since the new run.sh chown's the revel home directory to the provided UID and GID.

Merge request reports