ojob.io/docker/sftp

Usage

ojob ojob.io/docker/sftp port= volume= users= 

Description

Outputs a docker-compose sftp docker container service configuration.

Expects

Name Description
port The port number where the sftp will be available (defaults: 2222)
volume The volume where files will be stored (defaults: sftp).
users Comma delimited list of users. Passwords will be auto-generated if not provided. Optionally you can provide the password as 'aUser:aPassword'