Skip to content

Commit

Permalink
nginx update
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Feb 10, 2025
1 parent aa9f54e commit 403f0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile_nginx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM library/nginx:1.27.0-alpine
FROM library/nginx:1.27.3-alpine

ENV NGINX_LOG_DIR /var/log/nginx
ENV NGINX_LOG_DIR=/var/log/nginx
# this is to avoid having these logs redirected to stdout/stderr
RUN rm $NGINX_LOG_DIR/access.log $NGINX_LOG_DIR/error.log && touch $NGINX_LOG_DIR/access.log $NGINX_LOG_DIR/error.log
VOLUME /var/log/nginx
Expand Down

0 comments on commit 403f0f3

Please sign in to comment.