From bab65c1c38b6f428e2c0ff95c8bdfd2874e2d663 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Mon, 6 Jan 2025 11:41:58 +0700 Subject: [PATCH] fix: update fly config --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 948f1816..b9c37ac7 100644 --- a/fly.toml +++ b/fly.toml @@ -13,7 +13,7 @@ primary_region = 'sin' source = "ktem_volume" [http_service] - internal_port = 8080 + internal_port = 7860 force_https = true auto_stop_machines = 'suspend' auto_start_machines = true