Browse Source

Merge pull request #7630 from nocodb/chore/docker-compose-gen-redis

chore: Docker-compose volume name correction
pull/7636/head
Raju Udava 9 months ago committed by GitHub
parent
commit
eb9a9a044a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docker-compose/setup-script/noco.sh

2
docker-compose/setup-script/noco.sh

@ -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

Loading…
Cancel
Save