Specified :rw on volumes
This commit is contained in:
@@ -27,5 +27,5 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
- /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
|
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
||||||
- /Rancher/${DATA_DIR}/Backups:/var/www/backup # Backups
|
- /Rancher/${DATA_DIR}/Backups:/var/www/backup:rw # Backups
|
||||||
- /Rancher/${DATA_DIR}/Images:/var/www/images # Images
|
- /Rancher/${DATA_DIR}/Images:/var/www/images:rw # Images
|
||||||
Reference in New Issue
Block a user