We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9badc92 commit f51591bCopy full SHA for f51591b
.github/workflows/server.yml
@@ -18,7 +18,7 @@ jobs:
18
otp-version: 26.0
19
elixir-version: 1.16.0
20
- name: Start CouchDB
21
- run: docker-compose -f docker-compose.yml --env-file .env_template up -d
+ run: docker compose -f docker-compose.yml --env-file .env_template up -d
22
working-directory: server
23
- name: Sleep to await CouchDB startup
24
run: sleep 15s
0 commit comments