# Mosquitto with the broker config baked in. # # The compose file bind-mounts ./infra/mosquitto/mosquitto.conf, which only works # when the repo is checked out on the Docker host. The Unraid deploy builds images # remotely via the Portainer Docker API and has no repo on the host, so the config # travels inside the image instead. FROM eclipse-mosquitto:2 COPY mosquitto.conf /mosquitto/config/mosquitto.conf EXPOSE 1883