Skip to content

Commit b29193a

Browse files
authored
Fix app SSL error in integration test (#54)
1 parent da55ed7 commit b29193a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/collector/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- AWS_SECRET_ACCESS_KEY
2222
- AWS_SESSION_TOKEN
2323
- OTEL_RESOURCE_ATTRIBUTES=service.name=aws-otel-integ-test
24-
- OTEL_EXPORTER_OTLP_ENDPOINT=grpc://otel:4317
24+
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel:4317
2525
- AWS_REGION=us-west-2
2626
ports:
2727
- '8080:8080'

0 commit comments

Comments
 (0)