From d3960c0746b559d63bb89b0bce4f36eb449a7615 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Sun, 25 Aug 2024 15:59:28 -0400 Subject: [PATCH] Fly.toml fix? --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 141a34d..17b0937 100644 --- a/fly.toml +++ b/fly.toml @@ -19,7 +19,7 @@ PORT = '8080' [http_service] internal_port = 8080 force_https = true -auto_stop_machines = true +auto_stop_machines = "stop" auto_start_machines = true min_machines_running = 0 processes = ['app']