Browse Source

chore: volume name correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/7630/head
Pranav C 10 months ago
parent
commit
d25999fa2e
  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 # check ssl enabled
if [ "$SSL_ENABLED" = 'y' ] || [ "$SSL_ENABLED" = 'Y' ]; then if [ "$SSL_ENABLED" = 'y' ] || [ "$SSL_ENABLED" = 'Y' ]; then
cat <<EOF >> docker-compose.yml cat <<EOF >> docker-compose.yml
cache: redis:
EOF EOF
else else
cat <<EOF >> docker-compose.yml cat <<EOF >> docker-compose.yml

Loading…
Cancel
Save