Skip to content

Commit

Permalink
update docker compose to v2 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Aug 2, 2024
1 parent fa4c6cc commit 7fbc706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: hatch run lint:all

- name: Run ElasticSearch container
run: docker-compose up -d
run: docker compose up -d

- name: Generate docs
if: matrix.python-version == '3.9' && runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: hatch run lint:all

- name: Run opensearch container
run: docker-compose up -d
run: docker compose up -d

- name: Generate docs
if: matrix.python-version == '3.9' && runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weaviate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: hatch run lint:all

- name: Run Weaviate container
run: docker-compose up -d
run: docker compose up -d

- name: Generate docs
if: matrix.python-version == '3.9' && runner.os == 'Linux'
Expand Down

0 comments on commit 7fbc706

Please sign in to comment.