Skip to content

Commit

Permalink
Update docs-ci.yml
Browse files Browse the repository at this point in the history
use docker compose
  • Loading branch information
Heiss authored Sep 25, 2024
1 parent 78dccc9 commit a183933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: curl -fL https://download.docker.com/linux/static/stable/x86_64/docker-20.10.21.tgz | tar xzO docker/docker > docker && sudo mv -f docker /usr/bin/docker && sudo chmod +x /usr/bin/docker

- name: docker-compose up
run: docker-compose -f docs/modules/setup/examples/kroki-docker-compose.yml up -d
run: docker compose -f docs/modules/setup/examples/kroki-docker-compose.yml up -d

- name: Wait until available
run: |
Expand Down

0 comments on commit a183933

Please sign in to comment.