mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Merge branch 'staging' into dev
This commit is contained in:
commit
13982f2917
1 changed files with 1 additions and 1 deletions
|
|
@ -74,6 +74,6 @@ WORKDIR /usr/share/bunkerweb/autoconf
|
|||
|
||||
USER autoconf:autoconf
|
||||
|
||||
HEALTHCHECK --interval=10s --timeout=10s --start-period=30s --retries=6 CMD /usr/share/bunkerweb/helpers/healthcheck-autoconf.sh
|
||||
HEALTHCHECK --interval=10s --timeout=10s --start-period=60s --retries=6 CMD /usr/share/bunkerweb/helpers/healthcheck-autoconf.sh
|
||||
|
||||
CMD [ "python3", "main.py" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue