From f05fda0d458dcb990a7e0875c658feaa51e02fa5 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sun, 26 Nov 2023 15:14:28 +0330 Subject: [PATCH] fix(nginx-json): docker name --- nginx-json/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx-json/Dockerfile b/nginx-json/Dockerfile index fee5784..e276a04 100644 --- a/nginx-json/Dockerfile +++ b/nginx-json/Dockerfile @@ -5,7 +5,6 @@ COPY etc/nginx/ /etc/nginx/ COPY data/ . RUN ls -RlahF /etc/nginx /data -# Default environment for nginx template ENV NGINX_CLIENT_MAX_BODY_SIZE=1k \ NGINX_SENDFILE=on \ NGINX_SENDFILE_MAX_CHUNK=2m \ @@ -24,7 +23,7 @@ ENV NGINX_CLIENT_MAX_BODY_SIZE=1k \ ARG BUILD_REV ARG BUILD_DATE -LABEL org.opencontainers.image.title="alwatr/nginx-ws" \ +LABEL org.opencontainers.image.title="alwatr/nginx-json" \ org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving JSON content efficiently." \ org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.0.0" \ org.opencontainers.image.version="2.0.0" \