Files
mtproxy-docker/healthcheck.sh

4 lines
74 B
Bash
Raw Permalink Normal View History

2026-01-26 22:52:48 +01:00
#!/bin/bash
curl -f http://localhost:${STATS_PORT:-8888}/stats || exit 1