Skip to content

Commit

Permalink
fix: fix invalid image tag of otel-collector in docker-compose mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gyqsophila authored Aug 3, 2024
1 parent 4aa7c4b commit 7caec68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- sw

otel-collector:
image: ${OTEL_COLLECTOR_IMAGE}:${OTEL_COLLECTOR_VERSION}
image: ${OTEL_COLLECTOR_IMAGE}:${OTEL_COLLECTOR_IMAGE_TAG}
environment:
SW_AGENT_COLLECTOR_BACKEND_SERVICES: ${BACKEND_SERVICE}:11800
OTEL_TARGET_ADDREESS: amqexporter:5556
Expand Down

0 comments on commit 7caec68

Please sign in to comment.