Skip to content

Commit

Permalink
Switch to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Aug 7, 2024
1 parent d21dc55 commit 11c0d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker-compose/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ runs:
run: docker network create signalwire_freeswitch
shell: bash

- name: Run docker-compose
- name: Run docker compose
if: inputs.RUN_BACKGROUND == 'false'
run: docker compose -f ${{ inputs.COMPOSE_FILE }} up
shell: bash

- name: Run docker-compose in background
- name: Run docker compose in background
if: inputs.RUN_BACKGROUND == 'true'
run: docker compose -f ${{ inputs.COMPOSE_FILE }} up -d
shell: bash
Expand Down

0 comments on commit 11c0d6e

Please sign in to comment.