From d3a0e8067ef53bb1ea30ef34668a7d8bc149d346 Mon Sep 17 00:00:00 2001 From: "Arthur E. Jones" Date: Sat, 30 Jul 2022 18:32:11 -0500 Subject: [PATCH] build: add tini subreaper arg to fly template Fly deployments with the previous template setting are running without tini's subreaper capabilities. This change enables tini as a subreaper in that environment. --- fly.template.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fly.template.toml b/fly.template.toml index 15bf8bd..e56b39d 100644 --- a/fly.template.toml +++ b/fly.template.toml @@ -6,6 +6,7 @@ processes = [] [env] PORT = "5006" + TINI_SUBREAPER = 1 [experimental] allowed_public_ports = []