listen to 0.0.0.0 because of docker

This commit is contained in:
lesion 2021-10-25 11:05:45 +02:00
parent 5dd5ff06f7
commit bc0f233c95
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -5,7 +5,7 @@ let config = {
firstrun: true, firstrun: true,
baseurl: "http://localhost:13120", baseurl: "http://localhost:13120",
server: { server: {
host: '127.0.0.1', host: '0.0.0.0',
port: 13120 port: 13120
}, },
log_level: 'debug', log_level: 'debug',