mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-10-04 00:02:07 -04: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
|