Skip to content

Commit

Permalink
add services.ports section to fly.toml - is now mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Jan 13, 2024
1 parent e4f80ef commit 45842da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ primary_region = "sin"
hard_limit = 75
soft_limit = 50

[[services.ports]]
handlers = ["http"]
port = 3000

[checks]
[checks.status]
port = 3000
Expand Down

0 comments on commit 45842da

Please sign in to comment.