eladkal commented on code in PR #39301: URL: https://github.com/apache/airflow/pull/39301#discussion_r1582662311
########## docs/apache-airflow/howto/docker-compose/index.rst: ########## @@ -95,7 +95,7 @@ This file contains several service definitions: - ``postgres`` - The database. - ``redis`` - `The redis <https://redis.io/>`__ - broker that forwards messages from scheduler to worker. -Optionally, you can enable flower by adding ``--profile flower`` option, e.g. ``docker compose --profile flower up``, or by explicitly specifying it on the command line e.g. ``docker compose up flower``. +Optionally, you can enable flower by adding ``--profile flower`` option, e.g. ``docker-compose --profile flower up``, or by explicitly specifying it on the command line e.g. ``docker-compose up flower``. Review Comment: `docker-compose` is obsolete Please see https://github.com/apache/airflow/pull/28747#issuecomment-1372447406 -- 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]
