mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Docs][Maps] Update EMS docs to point to the chainguard docker image (#191663)
## Summary Change in our [documentation](https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html#elastic-maps-server) on how to set up Elastic Maps Server locally to move from the `-ubi8` docker image to the new one based in the `chainguard-base` docker image.
This commit is contained in:
parent
7aa10d18dc
commit
96a35044d0
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
:ems: Elastic Maps Service
|
||||
:ems-docker-repo: docker.elastic.co/elastic-maps-service/elastic-maps-server-ubi8
|
||||
:ems-docker-image: {ems-docker-repo}:{version}
|
||||
:ems-docker-repo: docker.elastic.co/elastic-maps-service/elastic-maps-server
|
||||
:ems-docker-image: {ems-docker-repo}:{version}-amd64
|
||||
:ems-headers-url: https://deployment-host
|
||||
|
||||
[[maps-connect-to-ems]]
|
||||
|
@ -195,7 +195,7 @@ One way to configure {hosted-ems} is to provide `elastic-maps-server.yml` via bi
|
|||
--------------------------------------------
|
||||
version: '2'
|
||||
services:
|
||||
{hosted-ems}:
|
||||
ems-server:
|
||||
image: {ems-docker-image}
|
||||
volumes:
|
||||
- ./elastic-maps-server.yml:/usr/src/app/server/config/elastic-maps-server.yml
|
||||
|
@ -214,7 +214,7 @@ These variables can be set with +docker-compose+ like this:
|
|||
----------------------------------------------------------
|
||||
version: '2'
|
||||
services:
|
||||
{hosted-ems}:
|
||||
ems-server:
|
||||
image: {ems-docker-image}
|
||||
environment:
|
||||
ELASTICSEARCH_HOST: http://elasticsearch.example.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue