diff --git a/Dockerfile b/Dockerfile index bc53007..9371fc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN adduser -D -g 'www' www # Install required package RUN apk add --no-cache --update \ - nginx \ + nginx --with-http_realip_module \ curl \ tar \ unzip \