seafile-docker
seafile-docker copied to clipboard
seafile user uid is not setable
For seafile, there should be uUID
usable in the bash-scripts, but there is no ARG for it listed in docker/Dockerfile
, so there is no possibility to pass specify the seafile UID.
The best solution would be to generate the user in the container image during bootup and not during image creation.