chore: volume name correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2024-02-15 02:19:16 +05:30
parent b3f776aeea
commit d25999fa2e

View File

@@ -369,7 +369,7 @@ if [ -z "$REDIS_ENABLED" ] || { [ "$REDIS_ENABLED" != "N" ] && [ "$REDIS_ENABLED
# check ssl enabled
if [ "$SSL_ENABLED" = 'y' ] || [ "$SSL_ENABLED" = 'Y' ]; then
cat <<EOF >> docker-compose.yml
cache:
redis:
EOF
else
cat <<EOF >> docker-compose.yml