This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 2d271fa update docker compose commands (#219) (#220)
2d271fa is described below
commit 2d271faa8cc44ed6864bfe6f4b4372f30a81ad7b
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Aug 7 09:51:00 2024 +0100
update docker compose commands (#219) (#220)
* update docker compose commands
* version param is deprecated
---
.github/workflows/unit-tests.yml | 2 +-
CONTRIBUTING.md | 2 +-
docker-compose.yml | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index 4d5cdf8..7d2aeb6 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -55,7 +55,7 @@ jobs:
- name: Test against ${{ matrix.container }}
run: |-
- docker-compose up -d ${{ matrix.container }} && sbt ${{
matrix.scalaVersion }} ${{matrix.test}}
+ docker compose up -d ${{ matrix.container }} && sbt ${{
matrix.scalaVersion }} ${{matrix.test}}
mima:
name: MiMa check
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bbfe4a6..8dbde6d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -87,7 +87,7 @@ Using, for example: current.version 2.5.22, previous.version
2.5, milestone.vers
## Running the tests
The tests rely on a Cassandra instance running locally on port 9042. A
docker-compose file is
-provided in the root of the project to start this with `docker-compose up -d
cassandra`
+provided in the root of the project to start this with `docker compose up -d
cassandra`
### Pull request requirements
diff --git a/docker-compose.yml b/docker-compose.yml
index ca217f9..9b5fc4d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,4 +1,3 @@
-version: '2.2'
services:
cassandra-service:
image: cassandra:latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]