mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 23:46:53 +00:00
use netcat for healthchecks
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
ac06db59c7
commit
95311fd7c3
6 changed files with 10 additions and 8 deletions
|
|
@ -252,4 +252,4 @@ RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
|||
USER www-data
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
|
||||
HEALTHCHECK CMD (nc -z localhost 9000 && curl -skI localhost:7867) || exit 1
|
||||
HEALTHCHECK CMD (nc -z localhost 9000 && nc -z localhost 7867) || exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue