mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
change healthcheck
curl was mssing in Image, changed healthcheck to existing wget
This commit is contained in:
parent
ea014f2af3
commit
4d0baeb55b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ ENV ZAMMAD_URL=https://ticket.z31.it
|
|||
ENV ZAMMAD_GROUP=""
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
|
||||
CMD curl --fail localhost || exit 1
|
||||
CMD wget --no-verbose --tries=1 --spider http://localhost/ || exit 1
|
||||
|
||||
# Reroute stdout to a new file descriptor so that Lighttpd can use it as the
|
||||
# access log. See http.conf and here:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue