diff --git a/docs/apache-airflow/howto/docker-compose/index.rst b/docs/apache-airflow/howto/docker-compose/index.rst index 96ec9b53e3a9f..65151c22e0656 100644 --- a/docs/apache-airflow/howto/docker-compose/index.rst +++ b/docs/apache-airflow/howto/docker-compose/index.rst @@ -373,13 +373,13 @@ Steps: .. code-block:: yaml airflow-python: - <<: *airflow-common - profiles: - - debug - environment: - <<: *airflow-common-env - user: "50000:0" - entrypoint: [ "/bin/bash", "-c" ] + <<: *airflow-common + profiles: + - debug + environment: + <<: *airflow-common-env + user: "50000:0" + entrypoint: [ "/bin/bash", "-c" ] .. note::