mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
Mount assets to backend service in read only mode
This commit is contained in:
parent
225c697097
commit
e23fe73353
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ services:
|
||||||
<<: *backend_defaults
|
<<: *backend_defaults
|
||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/home/frappe/frappe-bench/sites
|
||||||
- assets:/home/frappe/frappe-bench/sites/assets
|
- assets:/home/frappe/frappe-bench/sites/assets:ro
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue