Closed mohammedzee1000 closed 7 years ago
ping @kwk
@mohammedzee1000 I was on vacation. Is the problem solved?
This is still happening, running behind Traefik:
registry-frontend:
image: konradkleine/docker-registry-frontend:v2
restart: always
environment:
ENV_DOCKER_REGISTRY_HOST: 'registry'
ENV_DOCKER_REGISTRY_PORT: 5000
ENV_REGISTRY_PROXY_FQDN: 'my.domain.com'
Shows in the UI as
docker pull my.domain.com:5000/image-name:latest
Not a massive issue as it can simply be fixed with:
ENV_REGISTRY_PROXY_PORT: 443
Expected behaviour
Actual behaviour
Steps to reproduce the problem
Specifications