From fb82b68e33971e81013cb17710cd6f4f2e3ba542 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 Mar 2023 23:08:49 +0000 Subject: [PATCH] build: update configuration files --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 3fd36d2..88a6ef3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,8 +1,9 @@ # Do not edit this file. It is automatically generated by 'build-configs'. +drupal-project x-app: &default-app volumes: - - "${DOCKER_WEB_VOLUME:-./web:/app/web}" +- "${DOCKER_WEB_VOLUME:-./:/app}" env_file: - .env restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"