diff --git a/cmd/registry/config-example.yml b/cmd/registry/config-example.yml index b5700e192..3277f9a2e 100644 --- a/cmd/registry/config-example.yml +++ b/cmd/registry/config-example.yml @@ -3,14 +3,14 @@ log: fields: service: registry storage: - cache: - blobdescriptor: inmemory - filesystem: - rootdirectory: /var/lib/registry + cache: + blobdescriptor: inmemory + filesystem: + rootdirectory: /var/lib/registry http: - addr: :5000 - headers: - X-Content-Type-Options: [nosniff] + addr: :5000 + headers: + X-Content-Type-Options: [nosniff] health: storagedriver: enabled: true