Skip to content

Commit 64aa17f

Browse files
committed
Add environment variables to vsftp documentation
1 parent 441066b commit 64aa17f

File tree

1 file changed

+13
-0
lines changed
  • documentation/docs/content/DockerImages/dockerfiles

1 file changed

+13
-0
lines changed

documentation/docs/content/DockerImages/dockerfiles/vsftp.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@ webdevops/vsftp
33
===============
44

55
These 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+
========================= ==================================== ==================

0 commit comments

Comments
 (0)