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}"