diff --git a/entrypoint.redis.sh.tmpl b/entrypoint.redis.sh.tmpl index 4c1172b..9e2cf82 100644 --- a/entrypoint.redis.sh.tmpl +++ b/entrypoint.redis.sh.tmpl @@ -1,5 +1,7 @@ #!/bin/sh +set -e + if [ -f /run/secrets/redis_password ]; then export REDIS_PASSWORD=$(cat /run/secrets/redis_password) else