initial commit

This commit is contained in:
Nick
2025-08-10 22:19:18 +02:00
commit 18bc918270
2 changed files with 16 additions and 0 deletions

13
docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
ftp-server:
container_name: ftp-server
environment:
- PUBLIC_IP=${PUBLIC_IP}
- FTP_PASS=${FTP_PASS}
- FTP_USER=${FTP_USER}
image: garethflowers/ftp-server
ports:
- "20-21:20-21/tcp"
- "40000-40009:40000-40009/tcp"
volumes:
- "/opt/paperless-ngx/consume:/home/ftp-server/nick"