Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
5323b61f
Unverified
Commit
5323b61f
authored
Sep 24, 2025
by
Ryan McCormick
Committed by
GitHub
Sep 24, 2025
Browse files
fix: Fix Docker Compose path in example README (#3206)
Signed-off-by:
Ryan McCormick
<
rmccormick@nvidia.com
>
parent
d54f6fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/README.md
examples/README.md
+1
-1
No files found.
examples/README.md
View file @
5323b61f
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment