Skip to content

Commit

Permalink
remove https in favor of http
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Nov 6, 2023
1 parent 61c3918 commit c347720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ services:
container_name: jaeger
command:
- "--metrics-backend=prometheus"
- "--es.server-urls=https://opensearch:9200"
- "--es.server-urls=http://opensearch:9200"
- "--es.tls.enabled=true"
deploy:
resources:
Expand Down

0 comments on commit c347720

Please sign in to comment.