Skip to content

Commit

Permalink
doc: add error troubleshooting docker-compose up (#13765)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewithington authored Jun 22, 2022
1 parent 52d6e8d commit ff1a1aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/troubleshooting/on-deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,13 @@ This happens \(sometimes\) on Windows system when you first install `docker`. Yo

If you are okay with losing your previous Airbyte configurations, you can run `docker-compose down -v` and that should fix things then `docker-compose up`.

## `unauthorized: incorrect username or password` when running `docker-compose up`

If you see the following error:

```bash
ERROR: Head "https://registry-1.docker.io/v2/airbyte/init/manifests/{XXX}": unauthorized: incorrect username or password
```

You are most likely logged into Docker with your email address instead of your Docker ID.
Log out of Docker by running `docker logout` and try running `docker-compose up` again.

0 comments on commit ff1a1aa

Please sign in to comment.