chore: rename drupal-project to drupal

This commit is contained in:
Oliver Davies 2023-07-22 10:40:02 +01:00
parent b3f61a43da
commit c68bca3d56
7 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ x-proxy: &default-proxy
x-app: &default-app
volumes:
- "${DOCKER_WEB_VOLUME:-./{{ "drupal-project" == type ? drupal.docroot : '' }}:{{ project_root }}{{ "drupal-project" == type ? '/' ~ drupal.docroot : '' }}}"
- "${DOCKER_WEB_VOLUME:-./{{ "drupal" == type ? drupal.docroot : '' }}:{{ project_root }}{{ "drupal" == type ? '/' ~ drupal.docroot : '' }}}"
env_file:
- .env
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"