understanding regions and fly.toml

Hi I am new to fly.io and I am trying to understand how in the fly.toml can one set multiple regions or is that not the correct way to do it?

Hi!

That’d done with the flyctl CLI via the scale command: flyctl scale · Fly Docs

Example/docs here: Scale the Number of Machines · Fly Docs

Something like this:

fly scale count 3 --region yyz,ewr

(But definitely read those docs)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.