Skip to content

Commit 1dfa888

Browse files
committed
add sftpgo
1 parent 1fcf1f5 commit 1dfa888

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ A collection of delicious docker recipes.
502502
- [x] sentry
503503
- [x] screego/server
504504
- [x] atmoz/sftp
505+
- [x] drakkan/sftpgo
505506
- [x] quay.io/outline/shadowbox
506507
- [x] shlinkio/shlink
507508
- [x] snipe/snipe-it

sftpgo/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sftpgo
2+
======

sftpgo/docker-compose.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "3.8"
2+
services:
3+
sftpgo:
4+
image: drakkan/sftpgo:v2-alpine
5+
ports:
6+
- "2022:2022"
7+
- "8080:8080"
8+
volumes:
9+
- ./data/etc:/var/lib/sftpgo
10+
- ./data/var:/srv/sftpgo
11+
restart: unless-stopped
12+

0 commit comments

Comments
 (0)