From a94d4eff405300a03a50f847d7a870a9282c7ee9 Mon Sep 17 00:00:00 2001 From: thiuda Date: Thu, 3 Jun 2021 20:43:20 +0200 Subject: [PATCH] Added '' around default value --- templates/daemon.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/daemon.json.j2 b/templates/daemon.json.j2 index 9d37e03..de96ca5 100644 --- a/templates/daemon.json.j2 +++ b/templates/daemon.json.j2 @@ -1,3 +1,3 @@ { - "data-root": "{{ docker_root | default(/var/lib/docker) }}" + "data-root": "{{ docker_root | default("/var/lib/docker") }}" } \ No newline at end of file