Skip to content

Commit

Permalink
Update fly.io instructions in readme [skip ci] (#936)
Browse files Browse the repository at this point in the history
Add instruction on fixing the fly.toml before deploying
  • Loading branch information
suzaku authored Jan 24, 2023
1 parent e5a5aad commit 026714b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ flyctl auth login
flyctl launch --image benbusby/whoogle-search:latest
```

The first deploy won't succeed because the default `internal_port` is wrong.
To fix this, open the generated `fly.toml` file, set `services.internal_port` to `5000` and run `flyctl launch` again.

Your app is now available at `https://<app-name>.fly.dev`.

___
Expand Down

0 comments on commit 026714b

Please sign in to comment.