Skip to content

Commit

Permalink
docs: fix typo (superfly#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatdas0790 authored Oct 19, 2023
1 parent 30e908f commit 0ea07b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/troubleshooting.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The message supplies:

### Fix the "app is not listening on the expected address" error

When you launch a new Fly App, the value of `internal_port` in the`fly.toml` file depends on the default port for your framework or the `EXPOSE` instruction in your Dockerfile. The default port when the `fly launch` command doesn't detect a framework or find ports set in a Dockerfile is `8080`.
When you launch a new Fly App, the value of `internal_port` in the `fly.toml` file depends on the default port for your framework or the `EXPOSE` instruction in your Dockerfile. The default port when the `fly launch` command doesn't detect a framework or find ports set in a Dockerfile is `8080`.

To fix the error, you can either:
- Configure your app to listen on host `0.0.0.0:<internal port value in fly.toml>`, or
Expand Down

0 comments on commit 0ea07b1

Please sign in to comment.