File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ the release.
20
20
* [ accountingservice] bump OpenTelemetry .NET Automatic Instrumentation
21
21
to 1.8.0 together with other dependencies
22
22
([ #1727 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1727 ) )
23
- * [ chore] Fix binding for host's volume mount
24
- ([ #1728 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1728 ) )
25
23
* [ frontend] fix imageSlowLoad headers not applied
26
24
to 1.8.0 together with other dependencies
27
25
([ #1733 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1733 ) )
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ services:
585
585
command : [ "--config=/etc/otelcol-config.yml", "--config=/etc/otelcol-config-extras.yml" ]
586
586
user : 0:0
587
587
volumes :
588
- - ${HOST_FILESYSTEM}:/hostfs:ro,rslave
588
+ - ${HOST_FILESYSTEM}:/hostfs:ro
589
589
- ${DOCKER_SOCK}:/var/run/docker.sock:ro
590
590
- ${OTEL_COLLECTOR_CONFIG}:/etc/otelcol-config.yml
591
591
- ${OTEL_COLLECTOR_CONFIG_EXTRAS}:/etc/otelcol-config-extras.yml
Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ services:
727
727
command : [ "--config=/etc/otelcol-config.yml", "--config=/etc/otelcol-config-extras.yml" ]
728
728
user : 0:0
729
729
volumes :
730
- - ${HOST_FILESYSTEM}:/hostfs:ro,rslave
730
+ - ${HOST_FILESYSTEM}:/hostfs:ro
731
731
- ${DOCKER_SOCK}:/var/run/docker.sock:ro
732
732
- ${OTEL_COLLECTOR_CONFIG}:/etc/otelcol-config.yml
733
733
- ${OTEL_COLLECTOR_CONFIG_EXTRAS}:/etc/otelcol-config-extras.yml
You can’t perform that action at this time.
0 commit comments