mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Update compose.yaml
Delete the unnecessary volume definition and add read-only to assets on the backend
This commit is contained in:
parent
1dba6d6f2e
commit
d381dc37a4
1 changed files with 0 additions and 2 deletions
|
|
@ -25,8 +25,6 @@ services:
|
|||
|
||||
backend:
|
||||
<<: *backend_defaults
|
||||
volumes:
|
||||
- sites:/home/frappe/frappe-bench/sites
|
||||
|
||||
frontend:
|
||||
image: frappe/frappe-nginx:${FRAPPE_VERSION}
|
||||
|
|
|
|||
Loading…
Reference in a new issue