fix central docker launch without redis

This commit is contained in:
Grant Limberg
2021-09-15 09:21:41 -07:00
parent 9c6ec2c52e
commit 27ce787fbd
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ if [ "$ZT_USE_REDIS" == "true" ]; then
}
"
else
REDIS="\"redis\": {}"
REDIS="\"redis\": null"
fi
mkdir -p /var/lib/zerotier-one