Skip to content

Commit 87c740d

Browse files
committed
check without volume
1 parent 67f7a3a commit 87c740d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pr_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ jobs:
496496
image: eclipse-mosquitto:latest
497497
ports:
498498
- 1883:1883
499-
volumes:
500-
- ./dev/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
499+
# volumes:
500+
# - ./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)