update base image; add compose file

This commit is contained in:
2025-05-06 22:15:57 +02:00
parent 19008464f4
commit 1345bbd50e
10 changed files with 72 additions and 20 deletions

View File

@@ -34,8 +34,9 @@ hide_ids=YES
connect_from_port_20=YES
listen=YES
tcp_wrappers=YES
pasv_min_port=4559
pasv_max_port=4564
pasv_address=${FTP_PASV_ADDRESS}
pasv_min_port=${FTP_PASV_MIN_PORT:-4559}
pasv_max_port=${FTP_PASV_MAX_PORT:-4564}
# SSL
ssl_enable=Yes