gvadocker/redis/startup.sh

5 行
88 B
Bash
可執行檔

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