Skip to content

Commit ff1a1aa

Browse files
doc: add error troubleshooting docker-compose up (#13765)
1 parent 52d6e8d commit ff1a1aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/troubleshooting/on-deploying.md

+10
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,13 @@ This happens \(sometimes\) on Windows system when you first install `docker`. Yo
8585

8686
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`.
8787

88+
## `unauthorized: incorrect username or password` when running `docker-compose up`
89+
90+
If you see the following error:
91+
92+
```bash
93+
ERROR: Head "https://registry-1.docker.io/v2/airbyte/init/manifests/{XXX}": unauthorized: incorrect username or password
94+
```
95+
96+
You are most likely logged into Docker with your email address instead of your Docker ID.
97+
Log out of Docker by running `docker logout` and try running `docker-compose up` again.

0 commit comments

Comments
 (0)