From d381dc37a4906b95b44331abe257106448b6bea1 Mon Sep 17 00:00:00 2001 From: Salah Aldin Fateh <83924106+sdfateh@users.noreply.github.com> Date: Sat, 20 Aug 2022 12:49:51 +0300 Subject: [PATCH] Update compose.yaml Delete the unnecessary volume definition and add read-only to assets on the backend --- compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index bb086d73..97c4d1d8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -25,8 +25,6 @@ services: backend: <<: *backend_defaults - volumes: - - sites:/home/frappe/frappe-bench/sites frontend: image: frappe/frappe-nginx:${FRAPPE_VERSION}