From abc33901a183930db85a8445e541c5a71332ab20 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 31 May 2019 17:06:29 -0400 Subject: [PATCH] Removed "images" directory, as it is only a cache; added "logs" and "user" --- templates/Grav/0/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/Grav/0/docker-compose.yml b/templates/Grav/0/docker-compose.yml index 0195a5e..8e3a0fb 100644 --- a/templates/Grav/0/docker-compose.yml +++ b/templates/Grav/0/docker-compose.yml @@ -27,5 +27,6 @@ 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 - - /Rancher/${DATA_DIR}/Backups:/var/www/backup:rw # Backups - - /Rancher/${DATA_DIR}/Images:/var/www/images:rw # Images \ No newline at end of file + - /Rancher/${DATA_DIR}/Backups:/var/www/backup # Backups + - /Rancher/${DATA_DIR}/Logs:/var/www/logs # Logs + - /Rancher/${DATA_DIR}/User:/var/www/user # User \ No newline at end of file