mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-03 12:09:16 +00:00
7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF > /redis.conf
|
|
requirepass $REDISPASS
|
|
EOF
|
|
exec redis-server /redis.conf
|