diff --git a/README.md b/README.md index 5f27228..9ccae69 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This demo project can aggregate logs from Docker containers and store them in Cl Obviously, you'll need Docker: -1. `make migrate` (you can totally use `clickhouse-client` inside container if migrator hangs up). -2. Navigate to `http://localhost:3000`, use `admin:admin` as credentials. -3. Create your own dashboard or import those I provided (`dashboards/` directory). +1. `make all` +2. Navigate to `http://grafana.test` or `http://localhost:3000`, use `admin:admin` as credentials. +3. Create your own dashboard or import those I provided (`dashboards/` directory). Replace data source UUID with correct one if needed. 4. Run any Docker project with structured JSON logs. -5. Done. \ No newline at end of file +5. Done.