GithubHelp home page GithubHelp logo

pure-ftpd-mysql's Introduction

Pure-ftpd-mysql

Pure-ftpd-mysql with TLS and Passive mode

Usage

docker run --name=pure-ftpd-mysql \
  -v my_cert.pem:/etc/ssl/private/pure-ftpd.pem \
  -v my_mysql.conf:/etc/pure-ftpd/db/mysql.conf \
  -v my_data:/ftpdata \
  --link mysql:mysql \
  -e EXTERNALIP=your_ip_for_passive_mode \
  -p 0.0.0.0:20-21:20-21 \
  -p 0.0.0.0:30000-30009:30000-30009 \
  -d kauden/pure-ftpd-mysql

pure-ftpd-mysql's People

Watchers

James Cloos avatar

Forkers

luman75 dblaci

pure-ftpd-mysql's Issues

pure-ftpd mysql example

Hi,
i am newbie
Can you explain better your work?

I have a mysql cointainer
For create it, i run this:

docker run --name mariadb -v /app//mysqldata:/var/lib/mysql -p3306:3306 -e MYSQL_ROOT_PASSWORD=my-password -d mariadb

Now i want connect your pure-ftpd-mysql

but I do not understand how to do it

for example, the table containing users, in which database should it be inserted?
must it be created before or does the cointainer do it all by itself?

Which command should I run to connect pureftp to the mysql cointainer?

This is the first time that i use pureftp and docker
Any help is appreciated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.