From e72ea3535a6144b30a337f171d5379343cdc5f11 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 22 Jan 2019 15:03:10 -0500 Subject: [PATCH] Trying without mounting file directly --- templates/Pydio-Cells/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Pydio-Cells/0/docker-compose.yml b/templates/Pydio-Cells/0/docker-compose.yml index a55d97b..992f32d 100644 --- a/templates/Pydio-Cells/0/docker-compose.yml +++ b/templates/Pydio-Cells/0/docker-compose.yml @@ -32,7 +32,7 @@ services: volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - /RancherCattle/${DATA_DIR}/Configuration/pydio.json:/root/.config/pydio/cells/pydio.json # Cells main configuration file + - /RancherCattle/${DATA_DIR}/Configuration:/root/.config/pydio/cells # Cells main configuration - /RancherCattle/${DATA_DIR}/Data:/root/.config/pydio/cells/data # Cells users' data files - /RancherCattle/${DATA_DIR}/Logs:/root/.config/pydio/cells/logs # Cells logs - /RancherCattle/${DATA_DIR}/Services:/root/.config/pydio/cells/services # Cells services information