SFTPGo

Flexible, fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
    sftpgo:
	    container_name: sftpgo
        image: 'drakkan/sftpgo:edge'
        ports:
            - '2022:2022'
            - '8080:8080'
	    restart: unless-stopped

Resources

Website: https://sftpgo.com/

GitHub: https://github.com/drakkan/sftpgo

Docker Hub: https://hub.docker.com/r/drakkan/sftpgo

Configuration: https://docs.sftpgo.com/latest/docker/