delfer / docker-alpine-ftp-server

Small and flexible docker image with vsftpd server
186 stars 131 forks source link

Support "anonymous_enable" configuration via environment variable #75

Open matthewh86 opened 4 weeks ago

matthewh86 commented 4 weeks ago

Hello!

I wish to configure anonymous_enable via environment variable so that I can create a read-only FTP server so that it is easier for people to get on the server and start downloading. I can see it as an option in vsftpd.conf, but this does not get set in the script start_vsftpd.sh.

Can this be added?