plugins - started basic plugin system

This commit is contained in:
bunkerity
2021-06-04 17:42:34 +02:00
parent 62217a3210
commit 388fc1a0e8
9 changed files with 56 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ RUN chmod +x /tmp/prepare.sh && \
# Fix CVE-2021-22901, CVE-2021-22898 and CVE-2021-22897
RUN apk add "curl>=7.77.0-r0"
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache /pre-server-confs /acme-challenge
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache /pre-server-confs /acme-challenge /plugins
EXPOSE 8080/tcp 8443/tcp