fixing bugs - run as GID 101 instead of 0, different permissions checks in swarm mode and disable including server confs in swarm mode

This commit is contained in:
bunkerity
2021-04-16 16:56:45 +02:00
parent ba7524a419
commit 74417abc9c
10 changed files with 48 additions and 15 deletions

View File

@@ -20,6 +20,6 @@ VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs /cache /pr
EXPOSE 8080/tcp 8443/tcp
USER nginx
USER nginx:nginx
ENTRYPOINT ["/opt/entrypoint/entrypoint.sh"]