You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Process:
29
29
30
30
### Configuration
31
31
32
-
The SFTP server uses a `json` based configuration file for default server options and to define users. This file has to be mounted on `/app/sftp.json` inside the container.
32
+
The SFTP server uses a `json` based configuration file for default server options and to define users. This file has to be mounted on `/app/config/sftp.json` inside the container.
33
33
Environment variable based configuration is not supported (see the `Advanced Configuration` section below for the reasons).
34
34
35
35
Below is the simplest configuration file for the SFTP server:
@@ -70,14 +70,14 @@ This will start a SFTP in the container `sftp` with the default configuration. Y
0 commit comments