mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15: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:
|
||||||
<<: *backend_defaults
|
<<: *backend_defaults
|
||||||
volumes:
|
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: frappe/frappe-nginx:${FRAPPE_VERSION}
|
image: frappe/frappe-nginx:${FRAPPE_VERSION}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue