Skip to content

Commit

Permalink
Fix fly.toml to ensure excess capacity in machines is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haarhoff committed Nov 16, 2024
1 parent cf97920 commit b369966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ primary_region = 'lhr'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 1
processes = ['app']
Expand Down

0 comments on commit b369966

Please sign in to comment.