From 90cfc8eb29e91bd6941d24d7d74d1b1165bc1229 Mon Sep 17 00:00:00 2001 From: Elliot Braem Date: Sat, 18 Jan 2025 21:37:52 -0700 Subject: [PATCH] fix internal port --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index e806bad..17b67c9 100644 --- a/fly.toml +++ b/fly.toml @@ -18,7 +18,7 @@ primary_region = 'den' initial_size = '1GB' [http_service] - internal_port = 3000 + internal_port = 8080 force_https = true auto_stop_machines = 'suspend' auto_start_machines = true