From e2d10eaee364b3162afcd9cf831f98445b33c314 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Thu, 10 Sep 2026 03:10:11 +0000 Subject: [PATCH] docs: correct deployment sandbox grammar --- deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/README.md b/deploy/README.md index 29fa30a8fa..2889fdb45a 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -36,7 +36,7 @@ Four PaaS-shaped paths run the same published images with - [`fly/`](fly/README.md) — a maintained `fly.toml` that runs the stack as one Fly.io app (a process group per service) with Fly Managed Postgres, Upstash Redis, and Tigris object storage; like Railway, there is no - Docker socket, so hosted sandboxes is required. + Docker socket, so hosted sandboxes are required. V1 is intentionally single-tenant. Do not use this flow to put multiple customers on the same VM or database.