lhauspie / docker-vsftpd-alpine

Docker image that provides a vsftpd server, with some interesting features
GNU General Public License v3.0
14 stars 10 forks source link

Added support for variable UID and GID to match mount volume permissions #11

Open mfiscus opened 6 months ago

mfiscus commented 6 months ago

It was necessary to specify the UID and GID within the docker-compose.yml so that the service could read/write from the mounted volume on the host filesystem. If the variable is not defined in docker-compose.yml, then the original default values of 431:433 are used.