We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f7a3a commit 87c740dCopy full SHA for 87c740d
.github/workflows/pr_tests.yaml
@@ -496,8 +496,8 @@ jobs:
496
image: eclipse-mosquitto:latest
497
ports:
498
- 1883:1883
499
- volumes:
500
- - ./dev/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
+ # volumes:
+ # - ./dev/mosquitto:/mosquitto/config
501
steps:
502
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
503
with:
docker-compose.yaml
@@ -43,6 +43,7 @@ services:
43
44
mosquitto:
45
46
+ command: mosquitto -c /mosquitto-no-auth.conf
47
48
49
security_opt:
0 commit comments