6 lines
No EOL
130 B
Bash
6 lines
No EOL
130 B
Bash
#!/bin/sh
|
|
|
|
echo "requirepass $(cat /run/secrets/redis_password)
|
|
bind * -::*" >> /etc/redis.conf
|
|
|
|
exec redis-server /etc/redis.conf |