Skip to content

Commit

Permalink
add path to shared object in docker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
knemay committed Dec 17, 2022
1 parent 06df2d9 commit 8a106e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a106e2

Please sign in to comment.