don't expose ports by default

This commit is contained in:
Paolo Asperti 2021-10-01 15:41:31 +02:00
parent 6da604ce44
commit 1ee1efc57d
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 0 additions and 1 deletions

View File

@ -2,5 +2,4 @@ FROM alpine:3.12
RUN \
apk -U upgrade && apk add mosquitto mosquitto-clients openssl && \
echo "log_dest stdout" >/etc/mosquitto/mosquitto.conf
EXPOSE 8883
ENTRYPOINT ["mosquitto", "-c", "/etc/mosquitto/mosquitto.conf"]