Skip to content

Commit 927d90a

Browse files
committed
try mount mqtt conf
1 parent 67f7a3a commit 927d90a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
ports:
498498
- 1883:1883
499499
volumes:
500-
- ./dev/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
500+
- ${{ github.workspace }}/dev/mosquitto:/mosquitto/config
501501
steps:
502502
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
503503
with:

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ services:
4343

4444
mosquitto:
4545
image: eclipse-mosquitto:latest
46+
command: mosquitto -c /mosquitto-no-auth.conf
4647
ports:
4748
- 1883:1883
4849
security_opt:

0 commit comments

Comments
 (0)