potiuk commented on code in PR #49681:
URL: https://github.com/apache/airflow/pull/49681#discussion_r2058649268


##########
airflow-core/docs/howto/docker-compose/docker-compose.yaml:
##########
@@ -78,6 +78,7 @@ x-airflow-common:
     - ${AIRFLOW_PROJ_DIR:-.}/logs:/opt/airflow/logs
     - ${AIRFLOW_PROJ_DIR:-.}/config:/opt/airflow/config
     - ${AIRFLOW_PROJ_DIR:-.}/plugins:/opt/airflow/plugins
+    - ${AIRFLOW_PROJ_DIR:-.}:/opt/airflow

Review Comment:
   BTW. It's rather difficult to make a reusable working docker-compose that 
people will be treating as "black-box" - so whatever we put there has to be 
resilient to any kind of things and environments that we can imagine users 
might have.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to