Skip to content

Commit 6d9c50c

Browse files
author
Sunil Thaha
authored
Merge pull request #2264 from vprashar2929/docs-dk-inst
docs: update docker compose steps
2 parents 2b56585 + 360b665 commit 6d9c50c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ The Docker Compose setup provides a complete monitoring stack with Kepler, Prome
143143
cd compose/dev
144144

145145
# Start the complete stack
146-
docker-compose up -d
146+
docker compose up --build -d
147147

148148
# View logs
149-
docker-compose logs -f kepler
149+
docker compose logs -f kepler-dev
150150

151151
# Stop the stack
152-
docker-compose down
152+
docker compose down --volumes
153153
```
154154

155155
**Access Points:**

0 commit comments

Comments
 (0)