Update Kibana settings link

Fixes #822
This commit is contained in:
Tianon Gravi 2017-02-06 12:31:03 -08:00
parent f027e2453d
commit 72d011a948
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ You can also pass in additional flags to `%%REPO%%`:
$ docker run --link some-elasticsearch:elasticsearch -d %%REPO%% --plugins /somewhere/else
```
This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/current/_setting_kibana_server_properties.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/5.2/settings.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
```console
$ docker run --name some-%%REPO%% --link some-elasticsearch:elasticsearch -p 5601:5601 -d %%REPO%%