fix central docker launch without redis
This commit is contained in:
parent
9c6ec2c52e
commit
27ce787fbd
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ if [ "$ZT_USE_REDIS" == "true" ]; then
|
|||
}
|
||||
"
|
||||
else
|
||||
REDIS="\"redis\": {}"
|
||||
REDIS="\"redis\": null"
|
||||
fi
|
||||
|
||||
mkdir -p /var/lib/zerotier-one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue