sftpgo 是一款功能齐全且高度可配置的 SFTP 、HTTP/S 、FTP/S 和 WebDAV 服务器- S3 、Google Cloud Storage 、Azure Blob 。
官网: https://github.com/drakkan/sftpgo
https://sftpgo.com/
文档: https://docs.sftpgo.com/latest/
如何使用 Docker 一键部署 sftpgo ?
alpine 版本
支持平台:platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
docker run -d \
--name=sftpgo \
-e TZ=Asia/Shanghai \
-p 8080:8080 \
-p 2022:2022 \
-v /path/to/data:/srv/sftpgo \
-v /path/to/config:/var/lib/sftpgo \
--restart unless-stopped \
snowdreamtech/sftpgo:alpine
debian 版本
支持平台:platforms: linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x
docker run -d \
--name=sftpgo \
-e TZ=Asia/Shanghai \
-p 8080:8080 \
-p 2022:2022 \
-v /path/to/data:/srv/sftpgo \
-v /path/to/config:/var/lib/sftpgo \
--restart unless-stopped \
snowdreamtech/sftpgo:debian
开源项目地址:
https://github.com/snowdreamtech/sftpgo
docker 镜像托管在:
https://github.com/snowdreamtech/sftpgo/pkgs/container/sftpgo
https://quay.io/repository/snowdreamtech/sftpgo
https://hub.docker.com/r/snowdreamtech/sftpgo
|