From a0c1d0089bd94d935b005acc845bb60cb21a00c2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 14 Apr 2023 06:02:08 +0100 Subject: [PATCH] community: enable IPv6 template again --- cookbooks/community/templates/default/web_only.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 0b7d0ecf6..a4581cc0b 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -1,5 +1,6 @@ templates: - "templates/web.template.yml" + - "templates/web.ipv6.template.yml" - "templates/web.ssl.template.yml" ## which TCP/IP ports should this container expose? -- 2.45.2