This is an automated email from the ASF dual-hosted git repository.
Philippus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 3eea69e update docker-compose command (#466)
3eea69e is described below
commit 3eea69e0baba84904d6dc8c11d9d6987610df743
Author: PJ Fanning <[email protected]>
AuthorDate: Thu May 7 18:04:58 2026 +0100
update docker-compose command (#466)
---
docs/src/main/paradox/getting-started/running.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/src/main/paradox/getting-started/running.md
b/docs/src/main/paradox/getting-started/running.md
index ccec10e..9c8a97a 100644
--- a/docs/src/main/paradox/getting-started/running.md
+++ b/docs/src/main/paradox/getting-started/running.md
@@ -4,16 +4,16 @@
This example requires a Cassandra database to run.
If you do not have a Cassandra database then you can run one locally as a
Docker container.
-To run a Cassandra database locally you can use
[`docker-compose`](https://docs.docker.com/compose/) to run the
[`docker-compose.yaml`](https://raw.githubusercontent.com/apache/pekko-projection/main/docker-compose.yml)
found in the Projections project root.
+To run a Cassandra database locally you can use [`docker
compose`](https://docs.docker.com/compose/) to run the
[`docker-compose.yml`](https://raw.githubusercontent.com/apache/pekko-projection/main/docker-compose.yml)
found in the Projections project root.
The `docker-compose.yml` file references the latest [Cassandra Docker
Image](https://hub.docker.com/_/cassandra).
Change directory to the directory of the `docker-compose.yml` file and manage
a Cassandra container with the following commands.
| Action | Docker Command |
|--------------------------|----------------|
-| Run | `docker-compose --project-name getting-started up
-d cassandra` |
-| Stop | `docker-compose --project-name getting-started
stop` |
-| Delete container state | `docker-compose --project-name getting-started rm
-f` |
+| Run | `docker compose --project-name getting-started up
-d cassandra` |
+| Stop | `docker compose --project-name getting-started
stop` |
+| Delete container state | `docker compose --project-name getting-started rm
-f` |
| CQL shell (when running) | `docker run -it --network getting-started_default
--rm cassandra cqlsh cassandra` |
To use a different Cassandra database update the [Cassandra driver's
contact-points
configuration](https://pekko.apache.org/docs/pekko-persistence-cassandra/current/configuration.html#contact-points-configuration)
found in `./examples/src/resources/guide-shopping-cart-app.conf`.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]