potiuk commented on a change in pull request #22304:
URL: https://github.com/apache/airflow/pull/22304#discussion_r827769919



##########
File path: docs/apache-airflow/start/docker.rst
##########
@@ -22,6 +22,26 @@ Running Airflow in Docker
 
 This quick-start guide will allow you to quickly start Airflow with 
:doc:`CeleryExecutor </executor/celery>` in Docker. This is the fastest way to 
start Airflow.
 
+Customizing the quick-start Docker Compose
+==========================================
+
+DO NOT attempt to customize images and the Docker Compose if you do not know 
exactly what you are doing,
+know Docker Compose or do not will to debug and resolve problems on your own. 
If you do not
+know Docker Compose and expect Airflow to **just work** beyond following 
precisely the quick-start,
+then please use other ways of running Airflow - for example 
:doc:`/start/local` for testing and trying
+and :doc:`Official Airflow Community Helm Chart<helm-chart:index>` for 
production purposes.
+
+Even if many users think of Docker Compose as "ready to use", it is really a 
developer tool, that requires
+the user to know very well how docker images, containers docker compose 
networking, volumes, naming, image

Review comment:
       ```suggestion
   the user to know very well how docker images, containers, docker compose 
networking, volumes, naming, image
   ```




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