Allow setting the Docker user UID and GUID

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-05-12 19:05:58 -04:00
parent 03f128ff23
commit 082981e25f
3 changed files with 9 additions and 1 deletions

View File

@@ -568,6 +568,7 @@ Other changes
when the first document uploaded is an office file.
* Move queue and task registration to the CeleryQueue class.
The .queues.py module is now loaded automatically.
* Allow setting the Docker user UID and GUID.
Removals