From d0a8b678d3795d08b6eb9cda9d88f8e23c835604 Mon Sep 17 00:00:00 2001 From: Chris <350318+ciwchris@users.noreply.github.com> Date: Fri, 6 May 2022 10:36:34 -0700 Subject: [PATCH] Correct fly template port Deployments to fly.io were failing with error: > Failed due to unhealthy allocations Fixes #16 --- fly.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.template.toml b/fly.template.toml index 1aa7eed..15bf8bd 100644 --- a/fly.template.toml +++ b/fly.template.toml @@ -5,7 +5,7 @@ kill_timeout = 5 processes = [] [env] - PORT = "8080" + PORT = "5006" [experimental] allowed_public_ports = []