This commit is contained in:
2025-11-04 10:21:17 -08:00
parent 1a19f799bd
commit 2b9e18426e
3 changed files with 35 additions and 36 deletions

View File

@@ -7,16 +7,9 @@ REGISTRY_DATA_PATH=./data
REGISTRY_LOG_LEVEL=info
REGISTRY_DELETE_ENABLED=true
# Authentication (optional)
REGISTRY_AUTH_ENABLED=false
REGISTRY_AUTH_PATH=./auth
REGISTRY_AUTH_REALM=Registry Realm
# TLS/SSL (optional)
REGISTRY_SECURED=false
REGISTRY_TLS_CERT_PATH=/certs/server.crt
REGISTRY_TLS_KEY_PATH=/certs/server.key
REGISTRY_TLS_PATH=./certs
# Note: Authentication and TLS are disabled by default
# To enable them, you'll need to mount custom config.yml
# See README.md for advanced configuration
# UI Configuration
REGISTRY_TITLE=Docker Registry