This commit is contained in:
antonio
2025-01-13 15:28:20 +01:00
parent 0d5dbc69ad
commit ab95772dd4

View File

@@ -108,12 +108,9 @@ curl -X POST "https://broker.litlyx.com/event" \
To self-host the Litlyx dashboard, first **fork** this repository. To self-host the Litlyx dashboard, first **fork** this repository.
Then run the following command: You can find our Docker images on DockerHub for more.
```bash
docker-compose build
```
after the build finishes, run: Then run the following command:
```bash ```bash
docker-compose up docker-compose up
``` ```