diff --git a/Dockerfile b/Dockerfile index c46ad7c..1212d95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ EXPOSE 8080 CMD ["avtdl", "--host", "0.0.0.0"] LABEL org.opencontainers.image.source=https://github.com/15532th/avtdl -LABEL org.opencontainers.image.description "Monitoring and automation tool for Youtube and other streaming platforms \ +LABEL org.opencontainers.image.description="Monitoring and automation tool for Youtube and other streaming platforms \ Includes additional tools commonly used with avtdl: ffmpeg, yt-dlp and ytarchive." LABEL org.opencontainers.image.licenses=MIT \ No newline at end of file diff --git a/Dockerfile-basic b/Dockerfile-basic index 4640c83..2a9063c 100644 --- a/Dockerfile-basic +++ b/Dockerfile-basic @@ -32,6 +32,6 @@ EXPOSE 8080 CMD ["avtdl", "--host", "0.0.0.0"] LABEL org.opencontainers.image.source=https://github.com/15532th/avtdl -LABEL org.opencontainers.image.description "Monitoring and automation tool for Youtube and other streaming platforms" +LABEL org.opencontainers.image.description="Monitoring and automation tool for Youtube and other streaming platforms" LABEL org.opencontainers.image.licenses=MIT