From 927f4e53e1c77245184ae0e0a993ea195467c275 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 28 Aug 2024 01:23:59 +0200 Subject: [PATCH] Update index.tsx --- documentation/src/pages/about/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/pages/about/index.tsx b/documentation/src/pages/about/index.tsx index a1fe7cb6..38461669 100644 --- a/documentation/src/pages/about/index.tsx +++ b/documentation/src/pages/about/index.tsx @@ -121,7 +121,7 @@ One of our more ambitious concepts was to use Docker containers to isolat

-We eventually pivoted to a "one Docker per user" approach, sacrificing some flexibility but gaining a more stable environment. This method allowed hosting providers to manage resources more effectively, although it requires us to build and maintain our custom images rather than using official Docker ones. +We eventually pivoted to a one Docker per user approach, sacrificing some flexibility but gaining a more stable environment. This method allowed hosting providers to manage resources more effectively, although it requires us to build and maintain our custom images rather than using official Docker ones.