From 1a5a6c3480813c317388ff427143abf9f034ee3b Mon Sep 17 00:00:00 2001 From: Cole Snodgrass Date: Tue, 31 Jan 2023 10:17:39 -0800 Subject: [PATCH] add flags.yml to curl command --- docs/deploying-airbyte/on-gcp-compute-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying-airbyte/on-gcp-compute-engine.md b/docs/deploying-airbyte/on-gcp-compute-engine.md index 4dd195545718..b848519c5e49 100644 --- a/docs/deploying-airbyte/on-gcp-compute-engine.md +++ b/docs/deploying-airbyte/on-gcp-compute-engine.md @@ -83,7 +83,7 @@ gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME ```bash mkdir airbyte && cd airbyte -curl -sOO https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml} +curl -sOO https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml,flags.yml} docker compose up -d ```