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

4 lines
64 B
Bash
Raw Normal View History

#!/bin/bash
redis-cli -a "$REDIS_HOST_PASSWORD" PING || exit 1