File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
documentation/docs/content/DockerImages/dockerfiles Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,16 @@ webdevops/vsftp
33===============
44
55These image extends ``webdevops/base `` and provides a standalone vsftp server running on port 20 and 21.
6+
7+ Environment variables
8+ ---------------------
9+
10+ ========================= ==================================== ==================
11+ Environment variable Description Default
12+ ========================= ==================================== ==================
13+ ``FTP_USER `` FTP account username ``application ``
14+ ``FTP_PASSWORD `` FTP account password ``application ``
15+ ``FTP_UID `` FTP account uid ``1000 ``
16+ ``FTP_GID `` FTP account gid ``1000 ``
17+ ``FTP_PATH `` FTP account home path ``/data/ftp/ ``
18+ ========================= ==================================== ==================
You can’t perform that action at this time.
0 commit comments