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

@ -61,7 +61,7 @@ RUN set -x && \
libwebsockets && \
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
COPY docker-entrypoint.sh /

@ -2,9 +2,13 @@
Containers built with this Dockerfile build as source from published tarballs.
## 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
```
Two docker volumes have been created in the image to be used for persistent storage and logs.
```
/mosquitto/data
/mosquitto/log
```

Loading…
Cancel
Save