mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: {{ dockerCompose.services.php.build.target }}
|
target: {{ dockerCompose.services.php.build.target }}
|
||||||
|
volumes:
|
||||||
|
- .:{{ project_root }}
|
||||||
{% if "database" in dockerCompose.services|keys -%}
|
{% if "database" in dockerCompose.services|keys -%}
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
|
|
Loading…
Reference in a new issue