Skip to content

Commit

Permalink
chore: turn off machine auto stop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmeloc22 committed Aug 15, 2024
1 parent 648d296 commit adbf441
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 @@ -15,7 +15,7 @@ PORT = '8080'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "suspend"
auto_stop_machines = "off"
auto_start_machines = true
min_machines_running = 0
processes = ['app']
Expand Down

0 comments on commit adbf441

Please sign in to comment.