Skip to content

Commit

Permalink
Adding a note about non-http(s) ports and shared/dedicated ip address…
Browse files Browse the repository at this point in the history
…es on Troubleshooting you Deployment section
  • Loading branch information
Bruno Zanchet committed Apr 14, 2023
1 parent 5c797fb commit 4eb2d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getting-started/troubleshooting.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ The important part of this is the internal port, in this case, set to 8080.

Now, that means that there must be an open TCP port on port 8080. If you've opened port 80 or 443 on your application, that's likely to be the wrong port.

As for _external ports_, if you're running services over IPv4 on ports other than 80 or 443, you need to make sure your app has a [dedicated IPv4 address](https://fly.io/docs/reference/services/#dedicated-ipv4). The [shared IPv4 addresses](https://fly.io/docs/reference/services/#shared-ipv4) that comes bundled with new apps will only accept connections on those two ports.

So, first stop, check what port you have open on your application. Sometimes an app's logs will tell you which internal port it's listening on, which brings us to...

## _Logs Have Knowledge_
Expand Down

0 comments on commit 4eb2d09

Please sign in to comment.