diff --git a/templates/config.yml.j2 b/templates/config.yml.j2 index 41b4d62..daab3e4 100644 --- a/templates/config.yml.j2 +++ b/templates/config.yml.j2 @@ -9,7 +9,7 @@ storage: filesystem: rootdirectory: /var/lib/registry {% if docker_distribution_proxy %} -proxy: {{ docker_distribution_proxy | to_nice_yaml }} +proxy: {{ docker_distribution_proxy | to_yaml }} {% endif %} http: addr: {{ docker_distribution_http_addr }} \ No newline at end of file