"tools/vscode:/vscode.git/clone" did not exist on "b9b753e7a7d95311186bbfc2b30b643a2f9e6ca1"
Unverified Commit 5323b61f authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

fix: Fix Docker Compose path in example README (#3206)


Signed-off-by: default avatarRyan McCormick <rmccormick@nvidia.com>
parent d54f6fe8
......@@ -54,7 +54,7 @@ Low-level runtime examples for developers using Python<>Rust bindings:
2. **Set up prerequisites**: Most examples require etcd and NATS services. You can start them using:
```bash
docker compose -f deploy/metrics/docker-compose.yml up -d
docker compose -f deploy/docker-compose.yml up -d
```
3. **Follow the example**: Each directory contains detailed setup instructions and configuration files specific to that deployment pattern.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment