diff --git a/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md b/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md index be81b61f40..c32ea375e6 100644 --- a/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md +++ b/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md @@ -98,12 +98,12 @@ This QuickStart uses the first method. ```bash title="Run the Docker Compose file in the background " - docker compose -f ai-unlimited.yaml -f aws-credentials-env-vars.yaml -f jupyter.yaml -d up + docker compose -f ai-unlimited.yaml -f aws-credentials-env-vars.yaml -f jupyter.yaml up -d ``` ```bash title="Run the Docker Compose file in the background " - docker compose -f ai-unlimited.yaml -f azure-credentials-env-vars.yaml -f jupyter.yaml -d up + docker compose -f ai-unlimited.yaml -f azure-credentials-env-vars.yaml -f jupyter.yaml up -d ```