Skip to content

Commit

Permalink
Update github ci for unix sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Nov 20, 2023
1 parent 3d5faf8 commit ee3ba5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,18 @@ jobs:
# need to update docker image if you update the certificates
# run `build-docker-ci-image.sh`
mosquitto:
image: adamfowlerphoto/mqttnio-mosquitto
image: eclipse-mosquitto
ports:
- 1883:1883
- 1884:1884
- 8883:8883
- 8080:8080
- 8081:8081
volumes:
- ./mosquitto/config:/mosquitto/config
- ./mosquitto/certs:/mosquitto/certs
- ./mosquitto/socket:/mosquitto/socket

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ee3ba5f

Please sign in to comment.