From 76688cb54107c2764b5e8e27efb6a1c561a261d9 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 16 Jun 2016 16:49:55 +0200 Subject: [PATCH] nextcloud: update label --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index a3757b8..2278cb0 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -85,7 +85,7 @@ VOLUME /data /config /apps2 EXPOSE 80 LABEL description="A server software for creating file hosting services" \ - nextcloud="ownCloud v${NEXTCLOUD_VERSION}" \ + nextcloud="Nextcloud v${NEXTCLOUD_VERSION}" \ apcu="apcu v${APCU_VERSION}" \ apcu_bc="apcu_bc v${APCUBC_VERSION}"