From 10e87325bc69a4bf085c64fef3ab96de2a0bdfb6 Mon Sep 17 00:00:00 2001 From: OzGav Date: Sat, 13 Jul 2024 03:50:43 +1000 Subject: [PATCH] Update name to clarify difference with the integration (#1492) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 961874bc..39db3985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" -- 2.34.1