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
f6d6b34e
Unverified
Commit
f6d6b34e
authored
Jan 30, 2026
by
Julien Mancuso
Committed by
GitHub
Jan 30, 2026
Browse files
fix: update docker-compose path in doc (#5821)
Signed-off-by:
Julien Mancuso
<
jmancuso@nvidia.com
>
parent
e2982e1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
examples/basics/disaggregated_serving/README.md
examples/basics/disaggregated_serving/README.md
+2
-2
examples/basics/quickstart/README.md
examples/basics/quickstart/README.md
+1
-1
tests/lmcache/run_test.sh
tests/lmcache/run_test.sh
+1
-1
No files found.
examples/basics/disaggregated_serving/README.md
View file @
f6d6b34e
...
@@ -31,7 +31,7 @@ Before running this example, ensure you have the following services running:
...
@@ -31,7 +31,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
...
@@ -137,7 +137,7 @@ In each terminal, press `Ctrl+C` to stop:
...
@@ -137,7 +137,7 @@ In each terminal, press `Ctrl+C` to stop:
Stop the etcd and NATS services:
Stop the etcd and NATS services:
```
bash
```
bash
docker compose -f deploy/
metrics/
docker-compose.yml down
docker compose -f deploy/docker-compose.yml down
```
```
## Understand
## Understand
...
...
examples/basics/quickstart/README.md
View file @
f6d6b34e
...
@@ -99,7 +99,7 @@ In each terminal where you started Dynamo components, press `Ctrl+C` to stop the
...
@@ -99,7 +99,7 @@ In each terminal where you started Dynamo components, press `Ctrl+C` to stop the
If you don't plan to run any more examples, stop the etcd and NATS services that were started with Docker Compose:
If you don't plan to run any more examples, stop the etcd and NATS services that were started with Docker Compose:
```
bash
```
bash
docker compose -f deploy/
metrics/
docker-compose.yml down
docker compose -f deploy/docker-compose.yml down
```
```
This will stop and remove the containers for etcd and NATS.
This will stop and remove the containers for etcd and NATS.
...
...
tests/lmcache/run_test.sh
View file @
f6d6b34e
...
@@ -22,7 +22,7 @@ cleanup() {
...
@@ -22,7 +22,7 @@ cleanup() {
pkill
-f
"components/main.py"
||
true
pkill
-f
"components/main.py"
||
true
# Stop docker services
# Stop docker services
docker compose
-f
../../deploy/
metrics/
docker-compose.yml down 2>/dev/null
||
true
docker compose
-f
../../deploy/docker-compose.yml down 2>/dev/null
||
true
# Wait a moment for cleanup
# Wait a moment for cleanup
sleep
2
sleep
2
...
...
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