Skip to content

Commit

Permalink
Add missing flags.yml download (#22181)
Browse files Browse the repository at this point in the history
* Add missing flags.yml download

If this option is not present, then `docker compose up -d` error with:

    Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /root/airbyte/flags.yml

* flags.yaml -> flags.yml
  • Loading branch information
zachlatta authored Feb 6, 2023
1 parent 14e3b15 commit 688ccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying-airbyte/on-digitalocean-droplet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 688ccfa

Please sign in to comment.