From 4e557c221bc1301c5513f68c0f22b0b46c060796 Mon Sep 17 00:00:00 2001 From: Arpit Dalal Date: Wed, 17 Apr 2024 17:27:30 -0400 Subject: [PATCH] build(project): change internal_port in fly.toml to 8081 --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index e43ec29..eb8bcda 100644 --- a/fly.toml +++ b/fly.toml @@ -9,7 +9,7 @@ allowed_public_ports = [ ] auto_rollback = true [[services]] -internal_port = 8_080 +internal_port = 8_081 processes = [ "app" ] protocol = "tcp" script_checks = [ ]