From 45842da6305abbf61ae368ecff553ce5401e7d58 Mon Sep 17 00:00:00 2001 From: Chris Hatch Date: Sun, 14 Jan 2024 06:29:03 +1000 Subject: [PATCH] add services.ports section to fly.toml - is now mandatory --- fly.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fly.toml b/fly.toml index c431c1402..b57a877ab 100644 --- a/fly.toml +++ b/fly.toml @@ -28,6 +28,10 @@ primary_region = "sin" hard_limit = 75 soft_limit = 50 +[[services.ports]] + handlers = ["http"] + port = 3000 + [checks] [checks.status] port = 3000