diff --git a/docs/deploying-airbyte/on-digitalocean-droplet.md b/docs/deploying-airbyte/on-digitalocean-droplet.md index b9adf4d99eff4..de477687d53ef 100644 --- a/docs/deploying-airbyte/on-digitalocean-droplet.md +++ b/docs/deploying-airbyte/on-digitalocean-droplet.md @@ -43,7 +43,7 @@ To install and start Airbyte : ```bash mkdir airbyte && cd airbyte - wget https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml} + wget https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,flags.yml,docker-compose.yaml} docker compose up -d ```