docker-ftp-server icon indicating copy to clipboard operation
docker-ftp-server copied to clipboard

Set user ID

Open WetenSchaap opened this issue 3 years ago • 2 comments

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.

WetenSchaap avatar Dec 23 '22 16:12 WetenSchaap

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.

derMart avatar Jan 04 '23 16:01 derMart

Needs update the ReadMe updating with optional environment variables.

garethflowers avatar Jan 15 '24 00:01 garethflowers