From 19a3e6a91204b44787f9c9dc9771b48fc5fd3a29 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 11 Apr 2019 17:18:54 -0400 Subject: [PATCH] fix proxy settings --- templates/config.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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