diff --git a/templates/Grav/0/docker-compose.yml b/templates/Grav/0/docker-compose.yml index 6a8786f..0195a5e 100644 --- a/templates/Grav/0/docker-compose.yml +++ b/templates/Grav/0/docker-compose.yml @@ -27,5 +27,5 @@ 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 # Backups - - /Rancher/${DATA_DIR}/Images:/var/www/images # Images \ No newline at end of file + - /Rancher/${DATA_DIR}/Backups:/var/www/backup:rw # Backups + - /Rancher/${DATA_DIR}/Images:/var/www/images:rw # Images \ No newline at end of file