mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:15:24 +00:00
chore: volume name correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user