Skip to content

Commit 138e91b

Browse files
committed
fix changes
1 parent a841afd commit 138e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

self-hosting/methods/docker-swarm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This guide shows you the steps to deploy a self-hosted instance of the Plane Com
1616
1. **Download the required depoyment files**
1717
- `swarm-compose.yml` – Defines Plane's services and dependencies.
1818
```bash
19-
curl -fsSL https://prime.plane.so/releases/<plane-version>/portainer-compose.yml -o swarm-compose.yml
19+
curl -fsSL https://prime.plane.so/releases/<plane-version>/swarm-compose.yml -o swarm-compose.yml
2020
```
2121
- `variables.env` – Stores environment variables for your deployment.
2222
```bash

0 commit comments

Comments
 (0)