Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Oct 4, 2023
1 parent 2e6ccf2 commit e2c39d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions machines/working-with-machines.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Machines must be associated with a Fly App. App names must be unique.

<%= partial "/docs/reference/machines/create_app_req" %>

To segment the app into its own network, you can pass a `network` argument in the JSON body, e.g. `"network": "some-arbitrary-name"`. Any machine started in such an app will not be able to access other apps (within their organization) over the private network.

### Allocate an IP address for global request routing

If you intend for Machines to be accessible to the internet, you'll need to allocate an IP address to the app. Currently
Expand Down

0 comments on commit e2c39d8

Please sign in to comment.