docs: update self hosting section in readme (#1002)
docs: update self hosting section in readme
This commit is contained in:
parent
c3387ba974
commit
a2825208b8
1 changed files with 8 additions and 1 deletions
|
|
@ -58,11 +58,18 @@ cd plane
|
||||||
|
|
||||||
> If running in a cloud env replace localhost with public facing IP address of the VM
|
> If running in a cloud env replace localhost with public facing IP address of the VM
|
||||||
|
|
||||||
|
- Export Environment Variables
|
||||||
|
|
||||||
|
```bash
|
||||||
|
set -a
|
||||||
|
source .env
|
||||||
|
set +a
|
||||||
|
```
|
||||||
|
|
||||||
- Run Docker compose up
|
- Run Docker compose up
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up
|
docker-compose -f docker-compose-hub.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
<strong>You can use the default email and password for your first login `captain@plane.so` and `password123`.</strong>
|
<strong>You can use the default email and password for your first login `captain@plane.so` and `password123`.</strong>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue