<- back to Homelab

docker-registry-ui

Repo: https://github.com/Joxit/docker-registry-ui

Last updated: Thu, Mar 06, 2025

Example docker-compose.yml

services:
  docker-registry-ui:
    container_name: docker-registry-ui
    image: joxit/docker-registry-ui:main
    restart: always
    environment:
      - SINGLE_REGISTRY=true
      - REGISTRY_TITLE=Docker Registry UI
      - DELETE_IMAGES=false
      - SHOW_CONTENT_DIGEST=true
      - SHOW_CATALOG_NB_TAGS=true
      - THEME=dark
      - NGINX_PROXY_PASS_URL=http://docker-registry:5000