Set FLEET_SERVER_HOST explicitly
This commit is contained in:
parent
3a3cdd7db8
commit
717966a2be
2
.env
2
.env
|
@ -1,4 +1,4 @@
|
||||||
ELASTIC_VERSION=8.5.3
|
ELASTIC_VERSION=8.6.1
|
||||||
|
|
||||||
## Passwords for stack users
|
## Passwords for stack users
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Elastic stack (ELK) on Docker
|
# Elastic stack (ELK) on Docker
|
||||||
|
|
||||||
[](https://www.elastic.co/blog/category/releases)
|
[](https://www.elastic.co/blog/category/releases)
|
||||||
[](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amain)
|
[](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amain)
|
||||||
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
FLEET_SERVER_ENABLE: '1'
|
FLEET_SERVER_ENABLE: '1'
|
||||||
FLEET_SERVER_INSECURE_HTTP: '1'
|
FLEET_SERVER_INSECURE_HTTP: '1'
|
||||||
|
FLEET_SERVER_HOST: 0.0.0.0
|
||||||
FLEET_SERVER_POLICY_ID: fleet-server-policy
|
FLEET_SERVER_POLICY_ID: fleet-server-policy
|
||||||
# Fleet plugin in Kibana
|
# Fleet plugin in Kibana
|
||||||
KIBANA_FLEET_SETUP: '1'
|
KIBANA_FLEET_SETUP: '1'
|
||||||
|
|
Loading…
Reference in New Issue