diff --git a/Dockerfile b/Dockerfile index 521d5bf..455f3ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM jeanblanchard/tomcat:8 -MAINTAINER Markus Birth ENV SUBSONIC_VERSION="6.1.2" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256" +LABEL maintainer="Markus Birth " LABEL version="$SUBSONIC_VERSION" LABEL description="Subsonic media streamer" LABEL org.label-schema.name="Subsonic" \