Skip to content

Commit 500bc50

Browse files
authored
fix: remove colon from title to appease build (#2012)
Co-authored-by: Injoong Yoon <[email protected]>
1 parent d92e606 commit 500bc50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machines/guides-examples/one-app-per-user-why.html.markerb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: One app per customer: why?
2+
title: One app per customer - why?
33
layout: docs
44
order: 15
55
nav: machines
@@ -28,4 +28,4 @@ The [Custom private networks](https://fly.io/docs/networking/custom-private-netw
2828

2929
* Application A (non-isolated) can have a `.flycast` IP address in application B’s (isolated) subnet, so they can talk to each other over that IP address. You can do this using `fly ips allocate-v6 --private -a APP_A --network APP_B_NETWORK`. App A can then contact “app-b.flycast” directly.
3030
* Using the [fly-replay header](https://fly.io/docs/networking/dynamic-request-routing/), an application can direct requests to machines in another application, even if that one resides on a private subnet.
31-
* If application B (isolated) exposes a public service, then other applications (isolated or not) can access it over the Internet using its public name.
31+
* If application B (isolated) exposes a public service, then other applications (isolated or not) can access it over the Internet using its public name.

0 commit comments

Comments
 (0)