Skip to content

Commit f51591b

Browse files
update the deprecated "docker-compose"
1 parent 9badc92 commit f51591b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
otp-version: 26.0
1919
elixir-version: 1.16.0
2020
- name: Start CouchDB
21-
run: docker-compose -f docker-compose.yml --env-file .env_template up -d
21+
run: docker compose -f docker-compose.yml --env-file .env_template up -d
2222
working-directory: server
2323
- name: Sleep to await CouchDB startup
2424
run: sleep 15s

0 commit comments

Comments
 (0)