Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren authored Jun 25, 2023
1 parent 20d418d commit e80db53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ ___

Begin by creating a new Fly application in your preferred region. Execute the following commands within your fork or clone of this repository. But first, be sure to set your primary region (and app name) in the `fly.toml` file.

### `fly launch --no-public-ips`
Using the [Fly CLI](https://fly.io/docs/flyctl/) run the following:

```
fly launch --no-public-ips
````

This command creates a new Fly application with one runnning machine and an attached volume. When prompted, select `yes` to copy the existing configuration to the newly generated app. Do not create a PostgreSQL database or Upstash Redis instance.

Expand Down

0 comments on commit e80db53

Please sign in to comment.