Files
mtproxy-docker/healthcheck.sh
2026-01-26 22:52:48 +01:00

4 lines
74 B
Bash

#!/bin/bash
curl -f http://localhost:${STATS_PORT:-8888}/stats || exit 1