Skip to content

Commit

Permalink
changed internal port in fly config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Jan 8, 2024
1 parent 6a14a24 commit c9c39a2
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 @@ -13,7 +13,7 @@ kill_timeout = "5s"

[[services]]
protocol = "tcp"
internal_port = 8080
internal_port = 3000
processes = ["app"]

[[services.ports]]
Expand Down

0 comments on commit c9c39a2

Please sign in to comment.