File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Start DB
104
104
run : |-
105
- docker- compose -f docker/docker-compose-yugabyte.yml up -d
105
+ docker compose -f docker/docker-compose-yugabyte.yml up -d
106
106
# TODO: could we poll the port instead of sleep?
107
107
sleep 10
108
108
docker exec -i yb-tserver-n1 /home/yugabyte/bin/ysqlsh -h yb-tserver-n1 -t < ddl-scripts/create_tables_yugabyte.sql
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The tests expect a locally running database.
7
7
It can be started with the docker-compose file in the docker folder:
8
8
9
9
```
10
- docker- compose -f docker/docker-compose-postgres.yml up --wait
10
+ docker compose -f docker/docker-compose-postgres.yml up --wait
11
11
```
12
12
13
13
```
@@ -52,7 +52,7 @@ The tests expect a locally running database.
52
52
It can be started with the docker-comopse file in the docker folder:
53
53
54
54
```
55
- docker- compose -f docker/docker-compose-yugabyte.yml up
55
+ docker compose -f docker/docker-compose-yugabyte.yml up
56
56
```
57
57
58
58
```
Original file line number Diff line number Diff line change 1
- version : ' 2'
1
+ version : ' 2.2 '
2
2
3
3
# Local Yugabyte database, see https://docs.yugabyte.com/latest/deploy/docker/docker-compose/
4
4
You can’t perform that action at this time.
0 commit comments