mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
listen to 0.0.0.0 because of docker
This commit is contained in:
parent
5dd5ff06f7
commit
bc0f233c95
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue