Skip to content

Commit

Permalink
fix(nginx-json): docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 26, 2023
1 parent 418b2d5 commit f05fda0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nginx-json/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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" \
Expand Down

0 comments on commit f05fda0

Please sign in to comment.