We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a841afd commit 138e91bCopy full SHA for 138e91b
self-hosting/methods/docker-swarm.mdx
@@ -16,7 +16,7 @@ This guide shows you the steps to deploy a self-hosted instance of the Plane Com
16
1. **Download the required depoyment files**
17
- `swarm-compose.yml` – Defines Plane's services and dependencies.
18
```bash
19
- curl -fsSL https://prime.plane.so/releases/<plane-version>/portainer-compose.yml -o swarm-compose.yml
+ curl -fsSL https://prime.plane.so/releases/<plane-version>/swarm-compose.yml -o swarm-compose.yml
20
```
21
- `variables.env` – Stores environment variables for your deployment.
22
0 commit comments