1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00

add sftpgo

This commit is contained in:
kev 2024-08-09 15:48:05 +08:00
parent 1fcf1f50ba
commit 1dfa8886fc
3 changed files with 15 additions and 0 deletions

View File

@ -502,6 +502,7 @@ A collection of delicious docker recipes.
- [x] sentry
- [x] screego/server
- [x] atmoz/sftp
- [x] drakkan/sftpgo
- [x] quay.io/outline/shadowbox
- [x] shlinkio/shlink
- [x] snipe/snipe-it

2
sftpgo/README.md Normal file
View File

@ -0,0 +1,2 @@
sftpgo
======

12
sftpgo/docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: "3.8"
services:
sftpgo:
image: drakkan/sftpgo:v2-alpine
ports:
- "2022:2022"
- "8080:8080"
volumes:
- ./data/etc:/var/lib/sftpgo
- ./data/var:/srv/sftpgo
restart: unless-stopped