(cherry picked from commit 4495180f7b2666959ceee07558c8825a002b05f3)
This commit is contained in:
孙茂胤 (Sun, Maoyin) 2023-10-16 04:17:29 +02:00 committed by Amin Vakil
parent 069b78ecfd
commit 98b2d6495c
No known key found for this signature in database
GPG Key ID: 1EFC1864E9D9E56B
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ docker run -d \
Environment variables:
- `USERS` - space and `|` separated list (optional, default: `alpineftp|alpineftp`)
- format `name1|password1|[folder1][|uid1] name2|password2|[folder2][|uid2]`
- `ADDRESS` - external address witch clients can connect passive ports (optional, should resolve to ftp server ip address)
- `ADDRESS` - external address to which clients can connect for passive ports (optional, should resolve to ftp server ip address)
- `MIN_PORT` - minimum port number to be used for passive connections (optional, default `21000`)
- `MAX_PORT` - maximum port number to be used for passive connections (optional, default `21010`)