docker-ftp-server
docker-ftp-server copied to clipboard
Set arbitrary vsftpd.conf options from the container environment
Container env vars prefixed with VSFTPD_ will be used to set (add or change) parameters in the /etc/vsftpd.conf
Example:
VSFTPD_pasv_enable=NO will update pasv_enable=NO.
@garethflowers if you're interested in this patch I would also update the docs.