Generate a fly.toml file by running fly launch.
fly auth login
fly launchThis will fail the first time because the port isn't correct.
Modify the experimental section to set the correct internal port.
[[services]]
  http_checks = []
  internal_port = 8043Then run fly launch again and this time it should create a healthy instance.