wsproxy
wsproxy copied to clipboard
Can't find `neondatabase/wsproxy` image in db
I am following this tutorial to setup local development database using wsproxy image.
When I run docker compose it says:
✘ pg_proxy Error 0.5s
✘ postgres Error 0.5s
Error response from daemon: Head "https://ghcr.io/v2/neondatabase/wsproxy/manifests/latest": denied: denied
make: *** [up] Error 18
Then I tried this command right here:
docker run -d -p 80:80 -p 2112:2112 --name wsproxy ghcr.io/neondatabase/wsproxy:latest
Output:
Unable to find image 'ghcr.io/neondatabase/wsproxy:latest' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/neondatabase/wsproxy/manifests/latest": denied: denied.
can someone help me, does the image even exist?
Late reply, but you need to docker login ghcr.io with token that has packages:read.