MIDS-scaling-up / v3

42 stars 49 forks source link

Alpine update #10

Closed rdejana closed 2 years ago

rdejana commented 2 years ago

updates for alpine and mosquitto 2.x

rbraddes commented 2 years ago

What do you think about this (instead of copying the conf file):

FROM alpine:latest RUN apk add mosquitto RUN echo "allow_anonymous true" > /etc/mosquitto/mosquitto.conf RUN echo "listener 1883 0.0.0.0" >> /etc/mosquitto/mosquitto.conf CMD ["mosquitto","-c","/etc/mosquitto/mosquitto.conf"]

?

rdejana commented 2 years ago

feel free to add it, no issues with way