mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Avoid Autoconf from running in root
This commit is contained in:
parent
92e6984581
commit
bf9b94ebf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue