Roger A. Light 7 years ago
parent 064d94581c
commit 26e5766182

@ -61,7 +61,7 @@ RUN set -x && \
libwebsockets && \ libwebsockets && \
rm -rf /build /etc/apk /lib/apk rm -rf /build /etc/apk /lib/apk
VOLUME ["/mosquitto/config", "/mosquitto/data", "/mosquitto/log"] VOLUME ["/mosquitto/data", "/mosquitto/log"]
# Set up the entry point script and default command # Set up the entry point script and default command
COPY docker-entrypoint.sh / COPY docker-entrypoint.sh /

@ -2,9 +2,13 @@
Containers built with this Dockerfile build as source from published tarballs. Containers built with this Dockerfile build as source from published tarballs.
## Mount Points ## Mount Points
Three docker volumes have been created in the image to be used for configuration, persistent storage and logs. A docker mount point has been created in the image to be used for configuration.
``` ```
/mosquitto/config /mosquitto/config
```
Two docker volumes have been created in the image to be used for persistent storage and logs.
```
/mosquitto/data /mosquitto/data
/mosquitto/log /mosquitto/log
``` ```

Loading…
Cancel
Save