Fix the port environment variable (#551)

After reading a few open GitHub issues, I'm aware that it is known that the Symfony/Laravel examples as a whole are not up-to-date with the sdk code, but the docker-compose tutorial is on point. So if it's okay, I want to update it to the latest Jaeger version.

https://github.com/jaegertracing/jaeger/releases/tag/v1.22.0

> --collector.zipkin.http-port is replaced by --collector.zipkin.host-port
This commit is contained in:
Bart Reunes 2022-01-18 16:11:40 +01:00 committed by GitHub
parent 9d1d0c5e49
commit 794b387fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ services:
jaeger:
image: jaegertracing/all-in-one
environment:
COLLECTOR_ZIPKIN_HTTP_PORT: 9412
COLLECTOR_ZIPKIN_HOST_PORT: 9412 # Before version 1.22.0 use COLLECTOR_ZIPKIN_HTTP_PORT
ports:
- 9412:9412
- 16686:16686