From 98b2d6495c109984ebb6faded69e6665d541d2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=8C=82=E8=83=A4=20=28Sun=2C=20Maoyin=29?= Date: Mon, 16 Oct 2023 04:17:29 +0200 Subject: [PATCH] typo fix (cherry picked from commit 4495180f7b2666959ceee07558c8825a002b05f3) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e92998..49e7703 100644 --- a/README.md +++ b/README.md @@ -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`)