improve healthcheck for mastercontainer

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-09-05 13:23:40 +02:00
parent 5cebbcd7b3
commit 59bbff23fe
2 changed files with 9 additions and 2 deletions

View 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