diff --git a/Dockerfile b/Dockerfile index 08eb206..e7ebf7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -159,8 +159,9 @@ VOLUME /data /nextcloud/config /nextcloud/apps2 /nextcloud/themes EXPOSE 8888 -LABEL description="A server software for creating file hosting services" \ - nextcloud="Nextcloud v${NEXTCLOUD_VERSION}" \ - maintainer="Hoellen " +LABEL org.opencontainers.image.description="All-in-one Nextcloud image, based on Alpine Linux" \ + org.opencontainers.image.version="${NEXTCLOUD_VERSION}" \ + org.opencontainers.image.authors="Hoellen " \ + org.opencontainers.image.source="https://github.com/hoellen/docker-nextcloud" CMD ["run.sh"]