From 4ce29463d9f339762107801311c9284e6e2a2e31 Mon Sep 17 00:00:00 2001 From: davidvanleeuwen Date: Tue, 16 Jan 2024 12:12:12 +0100 Subject: [PATCH] Fix strict fly rule --- fly.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index ea7725a..d35d196 100644 --- a/fly.toml +++ b/fly.toml @@ -23,8 +23,9 @@ RELEASE_COOKIE = "3e0vnhSGgY-ZaVA4n3Djv5OCVpoiR4b2voHB2UvYrL4loe3av2XLQA==" [[services]] protocol = "tcp" internal_port = 3000 -ports = [] processes = ["app"] +[[services.ports]] + port = 3000 [services.concurrency] type = "connections" hard_limit = 2048