docs: update self hosting section in readme (#1002)

docs: update self hosting section in readme
This commit is contained in:
pablohashescobar 2023-05-03 23:53:53 +05:30 committed by GitHub
parent c3387ba974
commit a2825208b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>