Ported host (PGBlitz) rclone.conf to Docker container

In RcloneBrowser's File:Preferences where it asks for the rclone.conf file, the host (PGBlitz's) directory containing rclone.conf is ported to the Docker container as Read Only.

-Update the rclone.conf file through the File then Preferences setting in the GUI.Choose the rclone.conf file in the "host_rcloneconf_folder" directory.
This commit is contained in:
timekills
2019-06-21 01:45:22 +04:30
committed by GitHub
parent 12b48dd594
commit ea04517bbe

View File

@@ -39,6 +39,7 @@
- '{{path.stdout}}:{{path.stdout}}'
- '/mnt/unionfs:/unionfs:rw'
- '/mnt:/mnt:rw'
- '/opt/appdata/plexguide:/host_rcloneconf_folder:ro'
- '/etc/localtime:/etc/localtime:ro'
- name: 'Setting PG ENV'