From 2050e3e7130ccf3f05861a767f946d083367e151 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Sun, 9 Jun 2019 15:35:12 -0400 Subject: [PATCH] Removed :rw tags, as they did not fix the issue; added /var/www/user mount directory --- 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..eab91e8 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}/Images:/var/www/images # Images + - /Rancher/${DATA_DIR}/User:/var/www/user # User Data \ No newline at end of file