kwk / docker-registry-frontend

Browse and modify your Docker registry in a browser.
https://registry.hub.docker.com/u/konradkleine/docker-registry-frontend/
MIT License
1.68k stars 616 forks source link

ENV_REGISTRY_PROXY_PORT should be optional and not default to 5000. #172

Closed mohammedzee1000 closed 7 years ago

mohammedzee1000 commented 7 years ago

Expected behaviour

Actual behaviour

Steps to reproduce the problem

Specifications

mohammedzee1000 commented 7 years ago

ping @kwk

kwk commented 7 years ago

@mohammedzee1000 I was on vacation. Is the problem solved?

SteveEdson commented 5 years ago

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