Skip to content

Commit

Permalink
Update docker-compose command (#39504)
Browse files Browse the repository at this point in the history
Update docker-compose command to docker compose as the previous version is outdated.
  • Loading branch information
Zorgosto authored May 9, 2024
1 parent 5abe7ac commit 3401ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/tutorial/pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ The steps below should be sufficient, but see the quick-start documentation for
echo -e "AIRFLOW_UID=$(id -u)" > .env
# Initialize the database
docker-compose up airflow-init
docker compose up airflow-init
# Start up all services
docker-compose up
docker compose up
After all services have started up, the web UI will be available at: ``http://localhost:8080``. The default account has the username ``airflow`` and the password ``airflow``.

Expand Down

0 comments on commit 3401ab1

Please sign in to comment.