This commit is contained in:
2025-11-04 10:17:37 -08:00
parent e922a939f5
commit 1a19f799bd
4 changed files with 14 additions and 18 deletions

View File

@@ -2,7 +2,6 @@
# Copy this file to .env and customize for your environment
# Registry Configuration
REGISTRY_PORT=5000
REGISTRY_STORAGE_PATH=/var/lib/registry
REGISTRY_DATA_PATH=./data
REGISTRY_LOG_LEVEL=info
@@ -20,7 +19,6 @@ REGISTRY_TLS_KEY_PATH=/certs/server.key
REGISTRY_TLS_PATH=./certs
# UI Configuration
UI_PORT=8080
REGISTRY_TITLE=Docker Registry
REGISTRY_URL=http://registry:5000
SINGLE_REGISTRY=true