Skip to content

Commit

Permalink
Fix broken URL for docker-compose.yaml (#26726)
Browse files Browse the repository at this point in the history
This actually fixes it. There was some attempts of it on #26721, #26695, #26711
  • Loading branch information
kaxil authored Sep 27, 2022
1 parent 4970bcc commit b4ce294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/howto/docker-compose/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Older versions of ``docker-compose`` do not support all the features required by
Fetching ``docker-compose.yaml``
================================

To deploy Airflow on Docker Compose, you should fetch `docker-compose.yaml <docker-compose.yaml>`__.

.. jinja:: quick_start_ctx

To deploy Airflow on Docker Compose, you should fetch `docker-compose.yaml <{{ doc_root_url }}docker-compose.yaml>`__.

.. code-block:: bash
curl -LfO '{{ doc_root_url }}docker-compose.yaml'
Expand Down

0 comments on commit b4ce294

Please sign in to comment.