From 8a106e26f5264144abfc1b72ec2c81d5a073f40f Mon Sep 17 00:00:00 2001 From: Yamenk Gribaudo Date: Sat, 17 Dec 2022 19:10:41 -0300 Subject: [PATCH] add path to shared object in docker configuration --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cd1979d..3b48cdd 100644 --- a/README.md +++ b/README.md @@ -1572,6 +1572,9 @@ Prebuilt images are provided on Dockerhub under [iegomez/mosquitto-go-auth](http To run the latest image, use the following command and replace `/conf` with the location of your `.conf` files: `docker run -it -p 1884:1884 -p 1883:1883 -v /conf:/etc/mosquitto iegomez/mosquitto-go-auth` +You should also add the neccesary configuration to your .conf and update the path of the shared object: +```auth_plugin /mosquitto/go-auth.so``` + #### Building images This project provides a Dockerfile for building a Docker container that contains `mosquitto` and the `mosquitto-go-auth` plug-in.