Skip to content

Commit

Permalink
Migrate/docker compose v2 (#25)
Browse files Browse the repository at this point in the history
* ref: readme

* migrate: docker compose v2
  • Loading branch information
askonev authored Jul 2, 2024
1 parent 63bfcb2 commit 2acc6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
npm install -g markdownlint-cli
markdownlint *.md
- name: Run docker-compose
run: docker-compose up -d
run: docker compose up -d
- name: Check that localhost contains ONLYOFFICE
run: |
sleep 10
Expand Down

0 comments on commit 2acc6dd

Please sign in to comment.