Skip to content

Commit

Permalink
chore: add OTEL_COLLECTOR_PORT env for frontendproxy to support 1.4 i…
Browse files Browse the repository at this point in the history
…mage
  • Loading branch information
chigia001 committed Jul 17, 2023
1 parent 9f8806f commit 1050b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ services:
- OTEL_COLLECTOR_HOST
- OTEL_COLLECTOR_PORT_GRPC
- OTEL_COLLECTOR_PORT_HTTP
# Deprecated
- OTEL_COLLECTOR_PORT=${OTEL_COLLECTOR_PORT_GRPC}
- ENVOY_PORT
depends_on:
frontend:
Expand Down

0 comments on commit 1050b6b

Please sign in to comment.