Files
DockerConfigs/docker-compose.d/Tools/sftpgo.yml
2026-01-14 21:01:09 -06:00

22 lines
433 B
YAML

services:
sftpgo:
image: drakkan/sftpgo:latest
container_name: sftpgo
restart: unless-stopped
user: 1000:1000
networks:
- nextcloud-aio
volumes:
- ${Volumes}/sftpgo/data:/srv/sftpgo
- ${Volumes}/sftpgo/home:/var/lib/sftpgo
- /mnt/massdrive:/mnt/massdrive
- /home/poslop:/mnt/poslop
ports:
- 8899:8080
- 2022:2022
networks:
nextcloud-aio:
external: true