added to nextcloud network

This commit is contained in:
poslop
2026-01-14 21:01:09 -06:00
parent b16a37c7e4
commit 099a34f913

View File

@@ -4,10 +4,18 @@ services:
container_name: sftpgo container_name: sftpgo
restart: unless-stopped restart: unless-stopped
user: 1000:1000 user: 1000:1000
networks:
- nextcloud-aio
volumes: volumes:
- ${Volumes}/sftpgo/data:/srv/sftpgo - ${Volumes}/sftpgo/data:/srv/sftpgo
- ${Volumes}/sftpgo/home:/var/lib/sftpgo - ${Volumes}/sftpgo/home:/var/lib/sftpgo
- /mnt/massdrive:/mnt/massdrive - /mnt/massdrive:/mnt/massdrive
- /home/poslop:/mnt/poslop
ports: ports:
- 8899:8080 - 8899:8080
- 2022:2022 - 2022:2022
networks:
nextcloud-aio:
external: true