fix: add missing volume to the PHP service

This commit is contained in:
Oliver Davies 2023-03-10 23:16:39 +00:00
parent 25772d512f
commit 3891774f79

View file

@ -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