mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-24 05:16:55 +02:00
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF > /redis.conf
|
|
requirepass $REDISPASS
|
|
EOF
|
|
|
|
exec redis-server /redis.conf
|