Skip to content

Commit 8bc64cd

Browse files
authored
Merge pull request #93 from makeplane/update-docker-ce-install
Updated install location for CE
2 parents a121ab4 + b273758 commit 8bc64cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

self-hosting/methods/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
7171
```
7272
3. Download the latest stable release.
7373
```bash
74-
curl -fsSL -o setup.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/install.sh
74+
curl -fsSL -o setup.sh https://github.com/makeplane/plane/releases/latest/download/setup.sh
7575
```
7676
4. Make the file executable.
7777
```bash

0 commit comments

Comments
 (0)