diff --git a/docker/Dockerfile b/docker/Dockerfile index 9a591ce..1d3d6c0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ FROM eclipse-mosquitto:latest LABEL org.opencontainers.image.documentation="https://git.limbosolutions.com/marcio.fernandes/mosquitto/src/branch/master/docker/README.md" LABEL org.opencontainers.image.url="https://git.limbosolutions.com/marcio.fernandes/mosquitto" -LABEL org.opencontainers.image.description="welcome to my docker image" +LABEL org.opencontainers.image.description="For more information and examples check Documentation." COPY run.sh /mosquitto/run.sh