all-in-one/Containers/mastercontainer/healthcheck.sh

6 lines
129 B
Bash
Raw Normal View History

#!/bin/bash
if [ -f "/mnt/docker-aio-config/data/configuration.json" ]; then
curl -skfI https://localhost:8080 || exit 1
fi