config.yml.default (300B)
1 --- 2 version: 0.1 3 log: 4 fields: 5 service: registry 6 storage: 7 cache: 8 blobdescriptor: inmemory 9 filesystem: 10 rootdirectory: /var/lib/registry 11 http: 12 addr: :5000 13 headers: 14 X-Content-Type-Options: [nosniff] 15 health: 16 storagedriver: 17 enabled: true 18 interval: 10s 19 threshold: 3 20