Make APM server listen on non-loopback interfaces (#414)
This commit is contained in:
parent
f33e4c8040
commit
63c0de8815
|
@ -1,5 +1,5 @@
|
||||||
apm-server:
|
apm-server:
|
||||||
host: localhost:8200
|
host: 0.0.0.0:8200
|
||||||
|
|
||||||
output:
|
output:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
|
|
Loading…
Reference in New Issue