Very basic and easy to modify locally built alpine container that provides SFTP using openssh-server
-
Clone the repository
git clone https://github.com/VoyNaLunu/docker-sftp.git
-
Move into the cloned folder
cd docker-sftp/
-
Copy .env.example to .env and fill in the values
cp .env.example .env
-
Modify docker-compose.yml to your liking and run it
docker compose up -d