For production deployment, as registry is open to public, this part is done by a later step `Deploy the stack in production` as it will pull necessary images automatically.
@@ -69,7 +69,7 @@ In order to log into the logging folders through port 2222 (for ``vhr18``, ``emg
sftp -P 2222 <username>@<host>
this will direct the user into `/home/<username>/data` directory which contains the 2 logging directories : `to/panda` and `from/fepd`
this will direct the user into `/home/<username>/data` sftp mounted directory which contains the 2 logging directories : `to/panda` and `from/fepd`
.. Note:: The mounted directory that the user is directed into is *`/home/user`*, where `user` is the username, hence when changing the username in the `.conf` file, the `sftp` mounted volumes path in `docker-compose.<collection>.yml` must be changed respectively.