Skip to content

Commit bf4f54d

Browse files
committed
fix: force fly to continue running
1 parent ef8e84f commit bf4f54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fly.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ primary_region = 'lhr'
1111
[http_service]
1212
internal_port = 8080
1313
force_https = true
14-
auto_stop_machines = true
15-
auto_start_machines = true
14+
auto_stop_machines = false
15+
auto_start_machines = true
1616
min_machines_running = 0
1717
processes = ['app']
1818

0 commit comments

Comments
 (0)