add note about address env (#27)

This commit is contained in:
Amin Vakil 2022-02-25 10:26:11 +03:30 committed by GitHub
parent d7d630b527
commit ec6a6b95b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ docker run -d \
Environment variables:
- `USERS` - space and `|` separated list (optional, default: `ftp|alpineftp`)
- format `name1|password1|[folder1][|uid1] name2|password2|[folder2][|uid2]`
- `ADDRESS` - external address witch clients can connect passive ports (optional)
- `ADDRESS` - external address witch clients can connect 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`)