diff --git a/Dockerfile b/Dockerfile index e327c3b..31777ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ ARG NGINX_CONFIG="\ --sbin-path=/nginx \ --conf-path=/etc/nginx/nginx.conf \ --pid-path=/etc/nginx/nginx.pid \ - --http-log-path=/etc/nginx/access.log \ - --error-log-path=/etc/nginx/error.log \ + --http-log-path=/dev/stdout \ + --error-log-path=/dev/stdout \ --http-client-body-temp-path=/tmp/client_temp \ --http-proxy-temp-path=/tmp/proxy_temp \ --http-fastcgi-temp-path=/tmp/fastcgi_temp \