Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 247 Bytes

Docker Store

A data store:

  • push files via FTP/SFTP
  • serve them via HTTP

Installation

docker-compose build
docker-compose up -d

Adding FTP users

docker-compose run ftp new-ftp-user <username>
<enter password twice>