This commit is contained in:
Sebastian
2024-04-24 11:09:28 +02:00
parent f249198169
commit 6187f57b41

19
ftp.yml Normal file
View File

@@ -0,0 +1,19 @@
version: '3.1'
services:
ftp:
image: garethflowers/ftp-server
restart: unless-stopped
volumes:
- /backup:/home/${FTP_USER}
environment:
- FTP_PASS=${FTP_PASS}
- FTP_USER=${FTP_USER}
image: garethflowers/ftp-server
ports:
- '20-21:20-21/tcp'
- '40000-40009:40000-40009/tcp'