8000 GitHub - SenorLlama/docker-proftpd: Varying configurations of ProFtpd installs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SenorLlama/docker-proftpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

docker-proftpd

Varying configurations of ProFtpd installs

Setup

Using ProFtpd

  • Change directory into desired flavor
  • Build image:
docker build -t proftpd .
  • Create the necessary tables on a PostgreSQL instance using the included migration: proftp_tables.sql.
  • Start container and provide the necessary PostgreSQL connection information:
docker run -p 21:21 -p 23:23 --name proftp -e DB_HOST=<host> -e DB_NAME=<db> -e DB_USER=proftp -e DB_PASS=<pwd_in_script> -d proftpd

About

Varying configurations of ProFtpd installs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0