lhenry7
lhenry7
@clintkitson Hi I am also trying to put my EFS mount points in a different subnet than the Docker host, and I need this change in order for it to...
A name search would imply an exact match to me, or at least deserves the option to make it so. Using jq with a select for the name works though.
What is the answer here? I assume some hash based on the htpasswd file I created? what is the best way to get/generate what is needed for docker-registry-web?
Ok, I'm using the base64 encode value for my usr:pw, but I wonder if this is right for the bcrypt encryption that registry:2 now requires? my docker-registry-web log just adds...
Wanted to leave an update, I did finally get this working without Basic Auth but with a nginx proxy for the UI frontend.
I noticed this as well, the image ID in the UI is not the same as the one docker shows. Would be nice if they could match.
Hi, new to this project. I have a question about the default PrivateTemp=true setting(also set for apache). Is there some other setup required to make the default work, or is...
@gdraheim - Sounds great, I look forward to giving it a try once ready.
Ok, thanks I see that adding the VIRTUAL_HOSTS did craete the 2 frontends. But then I'm confused by the Backend. Here's what it built: ``` frontend port_443 bind :443 reqadd...
Here are the ENV passed: environment: - SERVICE_PORTS=80,443 - VIRTUAL_HOST=http://my.test.com:80/*,http://my.test.com:443/* Also http://my.test.com:80 works, but http://my.test.com uses server:443. This is what I'm seeing is the problem.