mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 09:26:52 +00:00
improve healthcheck for mastercontainer
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
5cebbcd7b3
commit
59bbff23fe
2 changed files with 9 additions and 2 deletions
5
Containers/mastercontainer/healthcheck.sh
Normal file
5
Containers/mastercontainer/healthcheck.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then
|
||||
curl -skfI https://localhost:8080 || exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue