From ea04517bbe77e49c3231102ed0b51b7934bd10d0 Mon Sep 17 00:00:00 2001 From: timekills Date: Fri, 21 Jun 2019 01:45:22 +0430 Subject: [PATCH] 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. --- apps/rclonebrowser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/rclonebrowser.yml b/apps/rclonebrowser.yml index 876bff1..c9bb3aa 100644 --- a/apps/rclonebrowser.yml +++ b/apps/rclonebrowser.yml @@ -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'