From b30320bb6731694d7ad39c4090bf43f3dd4422c3 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 11 Jun 2016 12:36:24 +0200 Subject: [PATCH] Update Dockerfile --- nginx/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 6f7ccad..121594e 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -117,8 +117,8 @@ EXPOSE 8000 4430 VOLUME /sites-enabled /www /conf.d /passwds /certs /var/log/nginx -LABEL description="Secure nginx built from source." \ - openssl="LibreSSL ${LIBRESSL_VERSION}" \ +LABEL description="nginx built from source." \ + openssl="LibreSSL ${LIBRESSL_VERSION}." \ nginx="nginx ${NGINX_VERSION}." CMD ["/sbin/tini","--","run.sh"]