Fix for docker bind (#1857)

#Added:
- Added: null IpAddresses to appsettings
This commit is contained in:
Robbie Davis 2023-03-06 16:03:59 -05:00 committed by GitHub
parent 646b3835d4
commit 6d9869567e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,8 @@ if [ ! -f "/kavita/config/appsettings.json" ]; then
echo "Kavita configuration file does not exist, creating..."
echo '{
"TokenKey": "super secret unguessable key",
"Port": 5000
"Port": 5000,
"IpAddresses": ""
}' >> /kavita/config/appsettings.json
fi