Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Image has data in /mosquitto/config? #2569

Closed
BloodBlight opened this issue Jun 15, 2022 · 1 comment
Closed

Docker Image has data in /mosquitto/config? #2569

BloodBlight opened this issue Jun 15, 2022 · 1 comment

Comments

@BloodBlight
Copy link

BloodBlight commented Jun 15, 2022

Ops, hit submit too soon. Fixing... ### Fixed ###

My docker instance has been working well for months, but suddenly started giving this error. I do auto-patching, so I think this is something in the image.

I did find: #2040

But as best as I can tell, I should have the correct config for this.

Config:

allow_anonymous true
allow_zero_length_clientid true
listener 1883
log_type all
allow_anonymous true

Eventually after making several changes, it seemed like nothing was working, so on a hunch, I went into the docker and checked the config, and nope, my file isn’t making it in:

/ # md5sum /mosquitto/config/mosquitto.conf
2f1e3906780de46b8892e902414f7acf  /mosquitto/config/mosquitto.conf

This seems to be the default template.

From composer volumes:

  • /DockerVolumes/MQTT-etc:/mosquitto/config

And from the host:

#md5sum /DockerVolumes/MQTT-etc/mosquitto.conf 
2a3fd425f92c3a103b7c456a76dd5fb2  /DockerVolumes/MQTT-etc/mosquitto.conf
@BloodBlight
Copy link
Author

Well... I just redeployed and that fixed it... No idea... Maybe something that already got fixed in the last few hours?

@BloodBlight BloodBlight closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant