gvadocker/redis/startup.sh

6 行
88 B
Bash

#!/bin/sh
set -e
su -s /bin/sh -c '/usr/bin/redis-server /etc/redis/redis.conf' redis