diff --git a/config/confd/templates/docker-registry.yml.tmpl b/config/confd/templates/docker-registry.yml.tmpl index 7ec08ec..5b55573 100644 --- a/config/confd/templates/docker-registry.yml.tmpl +++ b/config/confd/templates/docker-registry.yml.tmpl @@ -63,6 +63,7 @@ storage: secure: true v4auth: true rootdirectory: {{getenv "REGISTRY2_STORAGEPATH"}} + chunksize: 104857600 {{else}} filesystem: rootdirectory: {{getenv "REGISTRY2_STORAGEPATH"}}