Skip to content

Commit 8be8552

Browse files
authored
[BUMP] compose v2 (#2)
1 parent 0366112 commit 8be8552

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/compose.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- name: Build the stack
9-
run: docker-compose up -d
9+
run: |
10+
docker compose build
11+
docker compose up -d

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Redis-cluster docker-compose
1+
# Redis-cluster docker compose
22

33
run
44
```shell
5-
docker-compose up -d
5+
docker compose up -d
66
```
77

88
will start a redis cluster with 3 main nodes and 3 replicas nodes

0 commit comments

Comments
 (0)