From 69636b7b172e987deeabd1cafe6b3dad4005ad1f Mon Sep 17 00:00:00 2001 From: Srinivas Pendem Date: Mon, 14 Jul 2025 16:17:05 +0530 Subject: [PATCH 1/3] updating the Prerequisites for docker compose --- self-hosting/methods/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-hosting/methods/docker-compose.mdx b/self-hosting/methods/docker-compose.mdx index 8a115c79..0f6a5f5a 100644 --- a/self-hosting/methods/docker-compose.mdx +++ b/self-hosting/methods/docker-compose.mdx @@ -9,7 +9,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed ### Prerequisites - - A virtual or on-prem machine with atleast 2 vCPUs and 4 GB RAM + - A virtual or on-prem machine with at least 4 vCPUs and 16 GB RAM - `x64` AKA `AMD 64` or `AArch 64` AKA `ARM 64` CPUs - Supported operating systems: - Ubuntu From b910336ca3f3a05a2f3141b3b509698c14114c90 Mon Sep 17 00:00:00 2001 From: srinivas pendem <65014795+srinivaspendem@users.noreply.github.com> Date: Mon, 14 Jul 2025 21:19:40 +0530 Subject: [PATCH 2/3] Update docker-compose.mdx --- self-hosting/methods/docker-compose.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/self-hosting/methods/docker-compose.mdx b/self-hosting/methods/docker-compose.mdx index 0f6a5f5a..5cc9a79b 100644 --- a/self-hosting/methods/docker-compose.mdx +++ b/self-hosting/methods/docker-compose.mdx @@ -9,7 +9,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed ### Prerequisites - - A virtual or on-prem machine with at least 4 vCPUs and 16 GB RAM + - A virtual or on-prem machine with at least 2 vCPUs and 8 GB RAM - `x64` AKA `AMD 64` or `AArch 64` AKA `ARM 64` CPUs - Supported operating systems: - Ubuntu @@ -136,4 +136,4 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so ## Troubleshoot - [Error during Docker Compose execution](/self-hosting/troubleshoot/installation-errors#error-during-docker-compose-execution) -- [Migrator container exited](/self-hosting/troubleshoot/installation-errors#migrator-container-exited) \ No newline at end of file +- [Migrator container exited](/self-hosting/troubleshoot/installation-errors#migrator-container-exited) From c44861f205d8d6c3d949c46e28a900369344a43c Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 21 Jul 2025 15:52:12 +0530 Subject: [PATCH 3/3] minor fix --- self-hosting/methods/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-hosting/methods/docker-compose.mdx b/self-hosting/methods/docker-compose.mdx index 5cc9a79b..7639aeee 100644 --- a/self-hosting/methods/docker-compose.mdx +++ b/self-hosting/methods/docker-compose.mdx @@ -9,7 +9,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed ### Prerequisites - - A virtual or on-prem machine with at least 2 vCPUs and 8 GB RAM + - A virtual or on-prem machine with at least 2 vCPUs and 4 GB RAM (8 GB RAM recommended) - `x64` AKA `AMD 64` or `AArch 64` AKA `ARM 64` CPUs - Supported operating systems: - Ubuntu