Docker Mqtt container still present despite external config

Good evening,

I don’t know if this is a bug or normal behavior but I configured the MQTT integration to use an external Mosquitto server and it works without any problem.

However I still see it appear in the list of Docker containers:

I tried restarting my Gladys server but it’s still present :wink:

How can I prevent it from starting?

Thanks in advance for your help :slight_smile:

Hi @prohand :slight_smile:

Out of curiosity, you had set up the MQTT integration with the internal mosquitto server before, I imagine?

Maybe switching from internal to external doesn’t clean the container :thinking:

Yes, that’s exactly it :grin:

I’ll take a look; in the meantime, if you want to clean that up on your side, you can run:

sudo docker stop eclipse-mosquitto \u0026\u0026 sudo docker rm eclipse-mosquitto
1 Like

Thanks, the commands worked fine even after a reboot