Skip to content

Commit

Permalink
docker on detached mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 6, 2024
1 parent abf9ac0 commit cddd80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Docker Stack Deploy for ${{ matrix.storagetype }} storage
run: |
docker compose -f docker-compose-${{ matrix.storagetype }}-outbox.yml up
docker compose -f docker-compose-${{ matrix.storagetype }}-outbox.yml up -d
- name: Sleep and Status check
run: |
Expand Down

0 comments on commit cddd80d

Please sign in to comment.