mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Fixed docker instances not being able to start due to misconfigured default for IpAddress binding (#1851)
This commit is contained in:
parent
84fe4b849b
commit
94830300f2
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"TokenKey": "super secret unguessable key",
|
"TokenKey": "super secret unguessable key",
|
||||||
"Port": 5000,
|
"Port": 5000,
|
||||||
"IpAddresses": "0.0.0.0,::"
|
"IpAddresses": ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user