Update name to clarify difference with the integration (#1492)
authorOzGav <gavnosp@hotmail.com>
Fri, 12 Jul 2024 17:50:43 +0000 (03:50 +1000)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2024 17:50:43 +0000 (19:50 +0200)
Dockerfile

index 961874bc3f6c692bc0ae60c9d6de1e0d3a7c48ca..39db3985be998f4e03ef45c930597112b4107828 100644 (file)
@@ -96,7 +96,7 @@ RUN \
 
 # Set some labels
 LABEL \
-    org.opencontainers.image.title="Music Assistant" \
+    org.opencontainers.image.title="Music Assistant Server" \
     org.opencontainers.image.description="Music Assistant Server/Core" \
     org.opencontainers.image.source="https://github.com/music-assistant/server" \
     org.opencontainers.image.authors="The Music Assistant Team" \
@@ -104,7 +104,7 @@ LABEL \
     org.opencontainers.image.licenses="Apache License 2.0" \
     io.hass.version="${MASS_VERSION}" \
     io.hass.type="addon" \
-    io.hass.name="Music Assistant" \
+    io.hass.name="Music Assistant Server" \
     io.hass.description="Music Assistant Server/Core" \
     io.hass.platform="${TARGETPLATFORM}" \
     io.hass.type="addon"