2022-12-30 08:52:50 +01:00

10 lines
141 B
Markdown

# Monitoring
## Run
```bash
cp .env.example .env # then edit
cp prometheus.example.yml prometheus.yml # then edit
docker compose up -d
```