From b284a5689e213aedb4d2d501b1e272e3caf4c9f6 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 22 Jan 2019 16:01:16 -0500 Subject: [PATCH] Condensed volumes --- templates/Pydio-Cells/0/docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/Pydio-Cells/0/docker-compose.yml b/templates/Pydio-Cells/0/docker-compose.yml index 7d9a8bb..a94b422 100644 --- a/templates/Pydio-Cells/0/docker-compose.yml +++ b/templates/Pydio-Cells/0/docker-compose.yml @@ -32,10 +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:/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 + - /RancherCattle/${DATA_DIR}:/root/.config/pydio/cells # Cells data mysql: image: mysql:5 dns: # Using Cloudflare DNS