-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't make proxy to work #222
Comments
Just tried to push directly to docker-registry-ui - same result:
|
Hello, thank you for using my project 😄 Is this related to #191 #88 or #113 ? IIRC:
|
Hi, I close this issue due to inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get 2.1.0 to work with registry using proxy method but unable to push images.
My compose file:
I've modified docker's configuration to use my registry as insecure and used
registry.pztrn.internal
domain which routed via Caddy. And here's what happen:Registry is definetely accessible via
/v2/_catalog
path, so no problems here, but I suppose there might be an issue with nginx configuration because I have this in logs:Maybe this prevents me from using registry in proxy mode? And ideas?
The text was updated successfully, but these errors were encountered: