Remove port bindings from bjaeger container (#6892)
These external port bindings are not necessary, as the integration test configs resolve the bjaeger container directly. In addition, these external port bindings cause problems for rootless docker, so let's remove them.
This commit is contained in:
parent
2b1ac9e915
commit
204a218ed5
|
|
@ -126,9 +126,6 @@ services:
|
|||
networks:
|
||||
bluenet:
|
||||
ipv4_address: 10.77.77.17
|
||||
ports:
|
||||
- "16686:16686" # Jaegar API and UI
|
||||
- "4317:4317" # OTLP grpc trace submission
|
||||
|
||||
networks:
|
||||
bluenet:
|
||||
|
|
|
|||
Loading…
Reference in New Issue