Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 203 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 203 Bytes

docker-proftpd

Example run for a proftpd instance:

docker run -d --net host \
-e FTP_USERNAME=test -e FTP_PASSWORD=test \
-v /path/to/your/ftpdir:/home/$FTP_USERNAME \
hauptmedia/proftpd