You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am following this tutorial to setup local development database using
wsproxy
image.When I run docker compose it says:
Then I tried this command right here:
docker run -d -p 80:80 -p 2112:2112 --name wsproxy ghcr.io/neondatabase/wsproxy:latest
Output:
can someone help me, does the image even exist?
The text was updated successfully, but these errors were encountered: