mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
fix: add missing volume to the PHP service
This commit is contained in:
parent
25772d512f
commit
3891774f79
|
@ -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…
Reference in a new issue