From 4f06b5f99b14a3a84b0ceb1d3500c7580fbd5d67 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 8 Jan 2023 12:14:46 +0100 Subject: [PATCH] Clarify that one server needn't an LB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b54d89a7..b1238c52 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This will: 7. Start a new container with the version of the app that matches the current git version hash. 8. Prune unused images and stopped containers to ensure servers don't fill up. -Voila! All the servers are now serving the app on port 80, and you're ready to put them behind a load balancer to serve live traffic. +Voila! All the servers are now serving the app on port 80. If you're just running a single server, you're ready to go. If you're running multiple servers, you need to put a load balancer in front of them. ## Stage of development