listen on all interfaces
This commit is contained in:
parent
ddd8feeefa
commit
95ab5f7df0
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ listeners:
|
||||||
#
|
#
|
||||||
- port: 8008
|
- port: 8008
|
||||||
tls: false
|
tls: false
|
||||||
bind_addresses: ['::1', '127.0.0.1']
|
bind_addresses: ['::', '0.0.0.0']
|
||||||
type: http
|
type: http
|
||||||
x_forwarded: true
|
x_forwarded: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue