modified: docker/Dockerfile
All checks were successful
/ deploy (push) Successful in 15s
/ notify-portainer (push) Successful in 1s

This commit is contained in:
2024-11-03 00:15:56 +00:00
parent 1ee7d60348
commit 088b8172c3

View File

@@ -1,7 +1,7 @@
FROM eclipse-mosquitto:latest 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.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.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 COPY run.sh /mosquitto/run.sh