mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2024-12-06 19:26:20 +01:00
Disable lua-resty-http lua plugin and Crowdsec-Openresty-Bouncer due to memory issues
This commit is contained in:
@@ -88,7 +88,6 @@ RUN apt-get update \
|
||||
&& apt-get install -y gcc make socat git \
|
||||
&& /tmp/install-lua \
|
||||
&& /tmp/install-openresty \
|
||||
&& /tmp/install-crowdsec_openresty_bouncer \
|
||||
&& apt-get remove -y make gcc git wget gettext \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean \
|
||||
|
||||
@@ -19,6 +19,6 @@ echo -e "${BLUE}❯ ${CYAN}Installing OpenResty plugins...${RESET}"
|
||||
cd /
|
||||
luarocks install lua-cjson
|
||||
luarocks install lua-resty-openidc
|
||||
luarocks install lua-resty-http
|
||||
#luarocks install lua-resty-http
|
||||
|
||||
echo -e "${BLUE}❯ ${GREEN}OpenResty plugins install completed${RESET}"
|
||||
|
||||
Reference in New Issue
Block a user