Skip to content

Commit

Permalink
Merge pull request #254 from yamenk-gribaudo/docker-documentation_update
Browse files Browse the repository at this point in the history
Add path to shared object in docker configuration
  • Loading branch information
iegomez committed Jan 3, 2023
2 parents 2ad45c3 + 8a106e2 commit afdc95f
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 @@ -1538,6 +1538,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 afdc95f

Please sign in to comment.