Fix for docker bind (#1857)
#Added: - Added: null IpAddresses to appsettings
This commit is contained in:
parent
646b3835d4
commit
6d9869567e
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ if [ ! -f "/kavita/config/appsettings.json" ]; then
|
||||||
echo "Kavita configuration file does not exist, creating..."
|
echo "Kavita configuration file does not exist, creating..."
|
||||||
echo '{
|
echo '{
|
||||||
"TokenKey": "super secret unguessable key",
|
"TokenKey": "super secret unguessable key",
|
||||||
"Port": 5000
|
"Port": 5000,
|
||||||
|
"IpAddresses": ""
|
||||||
}' >> /kavita/config/appsettings.json
|
}' >> /kavita/config/appsettings.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue