Skip to content

Repository files navigation

Docker FTPS

GitHub release (latest by date)Docker PullsDocker Image Size
GitHub Workflow Status

Docker Repository - bfren ecosystem

Comes with vsftpd installed and running in passive mode, with TLS support (self-signed certificates).

Contents

Ports

  • 21
  • 990
  • 18700-18710

Volumes

VolumePurpose
/filesContains the files that can be accessed / written.
/sslStores (self-signed) SSL certificates - if you symlink a PEM file called server.pem here with a valid SSL certificate, vsftpd will use it instead.

Environment Variables

VariableValuesDescriptionDefault
FTPS_USERstringA user account will be created to for connecting to the server.None - required
FTPS_PASSstringThe password to use for connecting to the server.None - required
FTPS_EXTERNAL_IPstringThe external IP of the server - required for passive mode (unless FTPS_EXTERNAL_URI is set).None - required unless FTPS_EXTERNAL_URI is set
FTPS_EXTERNAL_URIstringThe URI of the server - required for passive mode (unless FTPS_EXTERNAL_IP is set).
If both are set this takes precedence.
None - required unless FTPS_EXTERNAL_IP is set
FTPS_SSL_BITSstringThe number of bits to use for the self-signed SSL certificate.4096
FTPS_WELCOMEstringWelcome message when people sign in to the server."Welcome to the FTPS server."

Licence

MIT

Copyright

Copyright (c) 2021-2022 bfren (unless otherwise stated)

About

Docker FTPS image.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages