docker-ftp-server
docker-ftp-server copied to clipboard
Set user ID
It would be nice if it is possible to be able set the user UID in the docker command, so created files have the correct permissions.
Judging from https://github.com/garethflowers/docker-ftp-server/blob/1664796bc6a26efb0205813cce9bafb376af11b4/src/docker-entrypoint.sh#L13 this might be possible by specifying the UID env variable, haven't tested this though.
Needs update the ReadMe updating with optional environment variables.