diff --git a/fly.toml b/fly.toml index 240dec79..0291f6a6 100644 --- a/fly.toml +++ b/fly.toml @@ -21,7 +21,7 @@ destination = '/mnt/music_library' [http_service] internal_port = 8080 force_https = true -auto_stop_machines = 'stop' +auto_stop_machines = 'suspend' auto_start_machines = true min_machines_running = 0 processes = ['app']