Clarify SFTP connection details.

This commit is contained in:
Buster "Silver Eagle" Neece 2018-03-12 13:52:16 -05:00
parent a9fcf2b4cc
commit 5f251acf8a
1 changed files with 10 additions and 1 deletions

View File

@ -74,9 +74,18 @@ will stay running inside the terminal window, so you can easily hit `Ctrl+C` to
docker run --rm \ docker run --rm \
-v azuracast_station_data:/home/azuracast/stations \ -v azuracast_station_data:/home/azuracast/stations \
-p 2222:22 atmoz/sftp:alpine \ -p 2222:22 atmoz/sftp:alpine \
azuracast:azuracast:::stations azuracast:4zur4c457:::stations
``` ```
As long as you leave this script running, it will create a connection that you can access with these credentials:
* **Host:** Your server's host name
* **Port:** `2222` (Set in the third line)
* **Username:** `azuracast` (The first part of the last line)
* **Password:** `4zur4c457` (The second part of the last line)
If you intend to leave this script running for long term periods, you must change the password to something more secure.
### Force a Full Update (Traditional Installations) ### Force a Full Update (Traditional Installations)
Normally, the traditional installer's update script only updates the portion of the system that have been modified since Normally, the traditional installer's update script only updates the portion of the system that have been modified since