potiuk commented on code in PR #33831: URL: https://github.com/apache/airflow/pull/33831#discussion_r1308377370
########## docs/apache-airflow/howto/docker-compose/docker-compose.yaml: ########## @@ -44,7 +44,6 @@ # # Feel free to modify this file to suit your needs. --- -version: '3.8' Review Comment: From https://docs.docker.com/compose/history/ > From July 2023 Compose V1 stopped receiving updates. It's also no longer available in new releases of Docker Desktop. I think it's time we drop compose v1 compatibility also from the documentation one. I think we should just add information in https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html that Only docker compose v2 is supported. -- 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]
