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.
This commit is contained in:
parent
105d5007cf
commit
d3a0e8067e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ processes = []
|
|||
|
||||
[env]
|
||||
PORT = "5006"
|
||||
TINI_SUBREAPER = 1
|
||||
|
||||
[experimental]
|
||||
allowed_public_ports = []
|
||||
|
|
Loading…
Reference in a new issue