Files
nextcloud/Containers/imaginary/healthcheck.sh
2026-04-20 13:30:53 +02:00

4 lines
78 B
Bash

#!/bin/bash
wget -q -O /dev/null "http://127.0.0.1:${PORT}/health" || exit 1