Closed mohjam2004 closed 4 months ago
Hi @mohjam2004 thanks for opening an issue. When you created a docker repository inside your Nexus Repository instance, you would have selected an HTTP or HTTPS port to connect to. You should configure your docker client to connect directly to that port, or configure nginx to proxy that alternate port in a different way. I've applied the help wanted label to see if a member from the community can help support your setup.
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 90 days since being marked as stale.
Hi I use this docker compose file to run nexus behind nginx as revese proxy:
and this is my nginx.conf file:
when I want to login to docker registry I get this error:
Note: I have change nexus default port from 8081 to 8080 and I use port 8081 as my first docker registry port. I can access nexus UI without problem, and I can login to nexus docker registry if I active docker insecure registry and use nexus docker registry address directly: docker login mysite.repo.local:8081. In my scenario I wan to use ssl and I don't want to have port number in docker images.