Skip to content

Commit

Permalink
fix internal port
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 19, 2025
1 parent c374266 commit 90cfc8e
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 @@ -18,7 +18,7 @@ primary_region = 'den'
initial_size = '1GB'

[http_service]
internal_port = 3000
internal_port = 8080
force_https = true
auto_stop_machines = 'suspend'
auto_start_machines = true
Expand Down

0 comments on commit 90cfc8e

Please sign in to comment.