From e0af658890adcfb5a85965dc42fbf8e155d67e66 Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Mon, 30 Mar 2026 17:41:21 +0530 Subject: [PATCH 1/2] docs: update airgapped edition instructions for docker-compose and environment variables --- docs/self-hosting/methods/airgapped-edition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/methods/airgapped-edition.md b/docs/self-hosting/methods/airgapped-edition.md index 7651dcc3..e59855d7 100644 --- a/docs/self-hosting/methods/airgapped-edition.md +++ b/docs/self-hosting/methods/airgapped-edition.md @@ -55,10 +55,10 @@ Consider these alternatives: ```bash # Download docker-compose.yml - curl -fsSL https://prime.plane.so/releases//docker-compose.yml -o docker-compose.yml + curl -fsSL https://prime.plane.so/releases//docker-compose-airgapped.yml -o docker-compose-airgapped.yml # Download environment template - curl -fsSL https://prime.plane.so/releases//variables.env -o plane.env + curl -fsSL https://prime.plane.so/releases//variables-airgapped.env -o plane-airgapped.env ``` 3. **Configure environment variables** From ee3b8f296b564753b33c99a971387c818ceda89e Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Mon, 30 Mar 2026 19:15:57 +0530 Subject: [PATCH 2/2] docs: update airgapped edition instructions to use consistent filenames for docker-compose and environment variables --- docs/self-hosting/methods/airgapped-edition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/methods/airgapped-edition.md b/docs/self-hosting/methods/airgapped-edition.md index e59855d7..76fd1a07 100644 --- a/docs/self-hosting/methods/airgapped-edition.md +++ b/docs/self-hosting/methods/airgapped-edition.md @@ -55,10 +55,10 @@ Consider these alternatives: ```bash # Download docker-compose.yml - curl -fsSL https://prime.plane.so/releases//docker-compose-airgapped.yml -o docker-compose-airgapped.yml + curl -fsSL https://prime.plane.so/releases//docker-compose-airgapped.yml -o docker-compose.yml # Download environment template - curl -fsSL https://prime.plane.so/releases//variables-airgapped.env -o plane-airgapped.env + curl -fsSL https://prime.plane.so/releases//variables-airgapped.env -o plane.env ``` 3. **Configure environment variables**