Skip to content

Commit

Permalink
Use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Nov 28, 2024
1 parent b81e215 commit f4bb2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/1maxPadPerInstance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm i

- name: Setup etherpads
run: docker-compose up -d
run: docker compose up -d

- name: support 1 pad per instances
run: sed 's/5/1/g' settings.json.template > settings.json
Expand Down

0 comments on commit f4bb2f7

Please # to comment.