Skip to content

Commit

Permalink
build(project): change internal_port in fly.toml to 8081
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitdalal committed Apr 17, 2024
1 parent 0b6f6bc commit 4e557c2
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 @@ -9,7 +9,7 @@ allowed_public_ports = [ ]
auto_rollback = true

[[services]]
internal_port = 8_080
internal_port = 8_081
processes = [ "app" ]
protocol = "tcp"
script_checks = [ ]
Expand Down

0 comments on commit 4e557c2

Please sign in to comment.