From 17b3949ec013a32c35601f012f98998615f2b593 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 5 Apr 2023 01:59:22 +0100 Subject: [PATCH] community: Enable new IPv6 template --- 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 b704dd05d..98edffcc9 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.1