Avoid Autoconf from running in root

This commit is contained in:
Théophile Diot 2023-04-07 18:52:10 +02:00
parent 92e6984581
commit bf9b94ebf8
No known key found for this signature in database
GPG key ID: E752C80DB72BB014

View file

@ -60,7 +60,7 @@ VOLUME /data /etc/nginx
WORKDIR /usr/share/bunkerweb/autoconf
USER root:nginx
USER nginx:nginx
HEALTHCHECK --interval=10s --timeout=10s --start-period=30s --retries=6 CMD /usr/share/bunkerweb/helpers/healthcheck-autoconf.sh