We need one port, after all.

This commit is contained in:
Ivaylo Novakov 2021-04-30 15:16:19 +02:00
parent 4488149560
commit 9516521f26
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 2 additions and 1 deletions

View File

@ -56,8 +56,9 @@ services:
command: [ "--es.num-shards=1", "--es.num-replicas=0", "--es.server-urls=http://elasticsearch:9200" ]
container_name: jaeger-query
restart: on-failure
ports:
- "127.0.0.1:16686:16686"
expose:
- 16686
- 16687
environment:
- SPAN_STORAGE_TYPE=elasticsearch