Unverified Commit d177cdff authored by Nathan Martinez's avatar Nathan Martinez Committed by GitHub
Browse files

fix: Fix docker-compose.yml Path in Example README (#2473)


Signed-off-by: default avatarNathan Martinez <96562131+nate-martinez@users.noreply.github.com>
parent 7b1fa562
...@@ -12,7 +12,7 @@ Before running this example, ensure you have the following services running: ...@@ -12,7 +12,7 @@ Before running this example, ensure you have the following services running:
You can start these services using Docker Compose: You can start these services using Docker Compose:
```bash ```bash
docker compose -f deploy/metrics/docker-compose.yml up -d docker compose -f deploy/docker-compose.yml up -d
``` ```
## Components ## Components
......
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