File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ the release.
2020* [ accountingservice] bump OpenTelemetry .NET Automatic Instrumentation
2121 to 1.8.0 together with other dependencies
2222 ([ #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 ) )
2523* [ frontend] fix imageSlowLoad headers not applied
2624 to 1.8.0 together with other dependencies
2725 ([ #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:
585585 command : [ "--config=/etc/otelcol-config.yml", "--config=/etc/otelcol-config-extras.yml" ]
586586 user : 0:0
587587 volumes :
588- - ${HOST_FILESYSTEM}:/hostfs:ro,rslave
588+ - ${HOST_FILESYSTEM}:/hostfs:ro
589589 - ${DOCKER_SOCK}:/var/run/docker.sock:ro
590590 - ${OTEL_COLLECTOR_CONFIG}:/etc/otelcol-config.yml
591591 - ${OTEL_COLLECTOR_CONFIG_EXTRAS}:/etc/otelcol-config-extras.yml
Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ services:
727727 command : [ "--config=/etc/otelcol-config.yml", "--config=/etc/otelcol-config-extras.yml" ]
728728 user : 0:0
729729 volumes :
730- - ${HOST_FILESYSTEM}:/hostfs:ro,rslave
730+ - ${HOST_FILESYSTEM}:/hostfs:ro
731731 - ${DOCKER_SOCK}:/var/run/docker.sock:ro
732732 - ${OTEL_COLLECTOR_CONFIG}:/etc/otelcol-config.yml
733733 - ${OTEL_COLLECTOR_CONFIG_EXTRAS}:/etc/otelcol-config-extras.yml
You can’t perform that action at this time.
0 commit comments