fix link to standalone sftp readme for daemon 0.6

This commit is contained in:
Jakob 2020-05-26 13:40:03 +02:00 committed by GitHub
parent ce2698b69a
commit 10859ddf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ Finally, start the SFTP server so that you can then use it to access your files.
```
By default, this will start the SFTP server on the old port of `2022`. If you want to use a different port it can be
specified by passing the `--port` flag. For more advanced usage, please refer to the [Github README](https://github.com/pterodactyl/sftp-server#running)
specified by passing the `--port` flag. For more advanced usage, please refer to the [Github README](https://github.com/pterodactyl/sftp-server/tree/release/v1.0.4#running)
which includes all of the flags and their default values.
## Daemonize Server