Skip to content

Commit c417393

Browse files
committed
chore: do not stop Fly machine
1 parent 132a29e commit c417393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ primary_region = 'ams'
1313
[http_service]
1414
internal_port = 3000
1515
force_https = true
16-
auto_stop_machines = "stop"
16+
auto_stop_machines = "off"
1717
auto_start_machines = true
1818
min_machines_running = 0
1919
processes = ['app']

0 commit comments

Comments
 (0)