update base image; add compose file
This commit is contained in:
@@ -34,5 +34,6 @@ 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}
|
||||
|
||||
Reference in New Issue
Block a user