Skip to content

Commit

Permalink
migrate: docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Jul 1, 2024
1 parent b97301c commit 3458ef9
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 3458ef9

Please sign in to comment.