9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
|
|
# Registry Configuration
|
||
|
|
REGISTRY_STORAGE_PATH=/var/lib/registry
|
||
|
|
|
||
|
|
# Expose settings
|
||
|
|
REGISTRY_PORT=5000
|
||
|
|
|
||
|
|
# Optional SSL Configuration
|
||
|
|
# SSL_CERT_PATH=./certs/domain.crt
|
||
|
|
# SSL_KEY_PATH=./certs/domain.key
|