Skip to content

Commit b1c1faa

Browse files
authored
Merge pull request #4 from joshpollara/keep-machine-running
Keep minimum 1 machine always running
2 parents 5f322b1 + 0a19494 commit b1c1faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kill_timeout = 5
1818
protocol = "tcp"
1919
auto_stop_machines = true
2020
auto_start_machines = true
21-
min_machines_running = 0
21+
min_machines_running = 1
2222

2323
[[services.ports]]
2424
port = 80

0 commit comments

Comments
 (0)