Skip to content

Commit ca433d8

Browse files
committed
minor edits
1 parent fddbca7 commit ca433d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

self-hosting/methods/docker-swarm.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Docker Swarm
33
---
44

5-
This guide shows you the steps to deploy a self-hosted instance of the Plane Commercial Edition (`v1.8.2` onwards) using Docker Swarm.
5+
This guide shows you the steps to deploy a self-hosted instance of the Plane Commercial Edition using Docker Swarm.
66

77
## Install Plane
88

@@ -21,6 +21,9 @@ This guide shows you the steps to deploy a self-hosted instance of the Plane Com
2121
```bash
2222
curl -fsSL https://prime.plane.so/releases/<plane-version>/variables.env -o plane.env
2323
```
24+
<Warning>
25+
The `<plane-version>` value should be v1.8.2 or higher.
26+
</Warning>
2427

2528
2. **Configure environment variables**
2629
Before deploying, edit the `variables.env` file in your preferred text editor and update the following values:

0 commit comments

Comments
 (0)