23 lines
		
	
	
		
			360 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			360 B
		
	
	
	
		
			YAML
		
	
	
version: 0.1
 | 
						|
log:
 | 
						|
  fields:
 | 
						|
    service: registry
 | 
						|
storage:
 | 
						|
  cache:
 | 
						|
    blobdescriptor: inmemory
 | 
						|
  filesystem:
 | 
						|
    rootdirectory: /var/lib/registry
 | 
						|
http:
 | 
						|
  addr: :5000
 | 
						|
  headers:
 | 
						|
    X-Content-Type-Options: [nosniff]
 | 
						|
auth:
 | 
						|
  htpasswd:
 | 
						|
    realm: basic-realm
 | 
						|
    path: /etc/registry
 | 
						|
health:
 | 
						|
  storagedriver:
 | 
						|
    enabled: true
 | 
						|
    interval: 10s
 | 
						|
    threshold: 3
 |