1
0
inception/docker/nginx/docker-healthcheck.sh

4 lines
53 B
Bash
Raw Normal View History

#!/bin/sh
curl -f http://localhost/health || exit 1