Skip to content

Commit 3349f7f

Browse files
committed
fix(docs): update README to include Loki in background services setup
- Revised the setup instructions in the README to specify the inclusion of Loki alongside Redis, Prometheus, and Grafana in the Docker Compose command for starting background services.
1 parent c078cb5 commit 3349f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-socket-server-next/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This mode runs the development server (`yarn debug` via `nodemon`) _inside_ the
2525
**Setup & Run:**
2626

2727
```bash
28-
# 1. Start background services (Redis, Prometheus, Grafana)
28+
# 1. Start background services (Redis, Prometheus, Grafana, Loki)
2929
docker compose up -d cache prometheus grafana loki promtail
3030

3131
# 2. Start the development application server in the foreground

0 commit comments

Comments
 (0)