Skip to content

Commit

Permalink
Use docker compose down for teardown
Browse files Browse the repository at this point in the history
Suggested-by: Keith Chason <kchason@users.noreply.github.com>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 20, 2024
1 parent 664c948 commit 29bce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_compose_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Confirm Docker Compose runs
run: |
docker compose up --wait
docker stop jekyll
docker compose down

0 comments on commit 29bce07

Please sign in to comment.