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
Why do registry's REGISTRY_HTTP_TLS_CERTIFICATE and REGISTRY_HTTP_TLS_KEY environment variables need to be set when lets-nginx is already placing a TLS layer in front of registry? Can't registry just accept plain HTTP requests over port 5000? It would stop registry from restarting 50 times because it can't find the certs until lets-nginx finishes doing its thing with letsencrypt.
Also, UPSTREAM is set to registry:80, but registry listens on port 5000.
The text was updated successfully, but these errors were encountered:
Why do
registry
'sREGISTRY_HTTP_TLS_CERTIFICATE
andREGISTRY_HTTP_TLS_KEY
environment variables need to be set whenlets-nginx
is already placing a TLS layer in front ofregistry
? Can'tregistry
just accept plain HTTP requests over port 5000? It would stopregistry
from restarting 50 times because it can't find the certs untillets-nginx
finishes doing its thing with letsencrypt.Also,
UPSTREAM
is set toregistry:80
, butregistry
listens on port 5000.The text was updated successfully, but these errors were encountered: