forked from github/plane
docs: fix docker compose quick start (#1173)
* docs: add missing .env.example fetch in docker compose quick start * docs: clone the repository instead of fetching particular files
This commit is contained in:
parent
857879f5ed
commit
c234f2a087
@ -45,11 +45,11 @@ The easiest way to get started with Plane is by creating a [Plane Cloud](https:/
|
|||||||
|
|
||||||
### Docker Compose Setup
|
### Docker Compose Setup
|
||||||
|
|
||||||
- Download the docker-compose.yml and setup.sh file
|
- Clone the repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://raw.githubusercontent.com/makeplane/plane/develop/docker-compose-hub.yml --output docker-compose.yml
|
git clone https://github.com/makeplane/plane
|
||||||
curl https://raw.githubusercontent.com/makeplane/plane/develop/setup.sh --output setup.sh
|
cd plane
|
||||||
chmod +x setup.sh
|
chmod +x setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user