mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 02:45:33 +01:00
fix: add missing volume to the PHP service
This commit is contained in:
parent
25772d512f
commit
3891774f79
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ services:
|
|||
build:
|
||||
context: .
|
||||
target: {{ dockerCompose.services.php.build.target }}
|
||||
volumes:
|
||||
- .:{{ project_root }}
|
||||
{% if "database" in dockerCompose.services|keys -%}
|
||||
depends_on:
|
||||
- database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue