0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00
This commit is contained in:
Adrian Dvergsdal 2016-08-12 16:38:38 +02:00
parent 429d8559d2
commit d4a108f53a

View file

@ -15,9 +15,9 @@ This is an automated build linked with the [debian](https://hub.docker.com/_/deb
- Set UID/GID manually for your users if you want them to make changes to
your mounted volumes with permissions matching your host filesystem.
- Add directory names at the end, if you want to create them and/or set user
owership. Perfect when you just want a fast way to upload something without
ownership. Perfect when you just want a fast way to upload something without
mounting any directories, or you want to make sure a directory is owned by
a user.
a user (chown -R).
- Mount volumes in user's home direcotry.
- The users are chrooted to their home directory, so you must mount the
volumes in separate directories inside the user's home directory