runtime: Mount new runtime directory
This commit updates the runtime directory to include a couple of utility scripts. These are mounted into every directory.
This commit is contained in:
parent
db67342709
commit
181b474c8f
5 changed files with 5 additions and 83 deletions
|
|
@ -37,6 +37,7 @@ services:
|
|||
|
||||
# volumes that are mounted
|
||||
volumes:
|
||||
- ${RUNTIME_DIR}:/runtime:ro
|
||||
- ${DATA_PATH}/.composer:/var/www/.composer:rw
|
||||
- ${DATA_PATH}/data:/var/www/data:rw
|
||||
- ${DATA_PATH}/home:/var/www:rw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue