mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Fix for docker bind (#1857)
#Added: - Added: null IpAddresses to appsettings
This commit is contained in:
parent
646b3835d4
commit
6d9869567e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user