Skip to content

Commit

Permalink
add: detach container
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent 8e32526 commit 40f71fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Start the Mosquitto MQTT broker
run: |
docker run \
--detach \
--name mqtt \
-v ${{ github.workspace }}/.mosquitto:/mosquitto/config \
-p 1883:1883 \
Expand Down

0 comments on commit 40f71fe

Please sign in to comment.