Use local volumes for vendor and var directories to improve performance
This commit is contained in:
+4
-1
@@ -20,7 +20,10 @@ provider: default
|
||||
omit_containers: [dba]
|
||||
use_dns_when_possible: true
|
||||
timezone: Europe/Berlin
|
||||
|
||||
hooks:
|
||||
post-start:
|
||||
- exec: bash -c "sudo chown -R ${DDEV_UID}:${DDEV_GID} /var/www/html/vendor"
|
||||
- exec: bash -c "sudo chown -R ${DDEV_UID}:${DDEV_GID} /var/www/html/var"
|
||||
|
||||
# This config.yaml was created with ddev version v1.13.1
|
||||
# webimage: drud/ddev-webserver:v1.13.1
|
||||
|
||||
Reference in New Issue
Block a user