Skip to content

Commit

Permalink
Don't run mosquitto as deamon
Browse files Browse the repository at this point in the history
  • Loading branch information
AEtherC0r3 authored Oct 23, 2016
1 parent da54785 commit b8c017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MQTT-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ COPY credentials/mqtt /var/local/mosquitto
################## INSTALLATION END ######################

EXPOSE 8883
CMD mosquitto -d -c /var/local/mosquitto/mosquitto.conf && /bin/bash
CMD mosquitto -c /var/local/mosquitto/mosquitto.conf

0 comments on commit b8c017a

Please sign in to comment.