4 changed files with 52 additions and 50 deletions
@ -1,8 +1,10 @@ |
|||
root = true |
|||
|
|||
[*] |
|||
end_of_line = lf |
|||
insert_final_newline = true |
|||
charset = utf-8 |
|||
end_of_line = lf |
|||
indent_style = space |
|||
indent_size = 4 |
|||
indent_size = 2 |
|||
trim_trailing_whitespace = true |
|||
insert_final_newline = true |
|||
max_line_length = 100 |
@ -1,20 +1,20 @@ |
|||
--- |
|||
version: 0.1 |
|||
log: |
|||
fields: |
|||
service: registry |
|||
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 |
|||
interval: 10s |
|||
threshold: 3 |
|||
storagedriver: |
|||
enabled: true |
|||
interval: 10s |
|||
threshold: 3 |
|||
... |
Reference in new issue