Skip to content

Commit

Permalink
fix: use port 3000 in fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
linobino1 committed Nov 9, 2024
1 parent 5476983 commit 893fd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ kill_timeout = '5s'
dockerfile = 'Dockerfile'

[env]
PORT = '8080'
PORT = '3000'

[[services]]
protocol = 'tcp'
internal_port = 8080
internal_port = 3000
auto_stop_machines = "suspend"
auto_start_machines = true
min_machines_running = 0
Expand Down

0 comments on commit 893fd74

Please sign in to comment.