1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-07-13 01:10:17 +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

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