mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
fix: incorrect project type
This commit is contained in:
parent
62bbe88ffc
commit
1802fdeb53
|
@ -3,7 +3,7 @@
|
|||
{{type}}
|
||||
x-app: &default-app
|
||||
volumes:
|
||||
- "${DOCKER_WEB_VOLUME:-./{{ "drupal" == type ?? drupal.docroot }}:{{ project_root }}{{ "drupal" == type ?? '/' ~ drupal.docroot }}}"
|
||||
- "${DOCKER_WEB_VOLUME:-./{{ "drupal-project" == type ?? drupal.docroot }}:{{ project_root }}{{ "drupal-project" == type ?? '/' ~ drupal.docroot }}}"
|
||||
env_file:
|
||||
- .env
|
||||
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
|
||||
|
|
Loading…
Reference in a new issue