mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
Merge branch 'main' of https://github.com/dograh-hq/dograh
This commit is contained in:
commit
ff31da7934
1 changed files with 3 additions and 6 deletions
|
|
@ -49,14 +49,11 @@ Ensure these ports are available:
|
|||
|
||||
## 🚀 Get Started
|
||||
|
||||
The only commands you need to run:
|
||||
The only command you need to run:
|
||||
|
||||
```bash
|
||||
# Download the docker-compose file
|
||||
curl -o docker-compose.yml https://raw.githubusercontent.com/dograh-hq/dograh/main/docker-compose.yaml
|
||||
|
||||
# Start all services (add -d to run in background)
|
||||
docker compose up -d
|
||||
# Download and start Dograh
|
||||
curl -o docker-compose.yaml https://raw.githubusercontent.com/dograh-hq/dograh/main/docker-compose.yaml && docker compose up -d
|
||||
```
|
||||
|
||||
> **Note**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue