From 7ac08208ca76569ae9db90430746a9cdfe98de9c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 14 Apr 2022 01:06:02 +0100 Subject: [PATCH] community: failsafe always try start web_only container --- cookbooks/community/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 083da3216..2297fa76c 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -117,7 +117,7 @@ execute "discourse_container_web_only_destroy" do end execute "discourse_container_web_only_start" do - action :nothing + action :run command "./launcher start web_only" cwd "/srv/community.openstreetmap.org/docker/" user "root" -- 2.43.2