Skip to content

Commit 167729a

Browse files
authoredOct 28, 2024
Revert "fix: mount host filesystem as bind rslave mount (#1728)" (#1755)
This reverts commit a1cfe47.
1 parent c79152c commit 167729a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
 

‎CHANGELOG.md

-2
Original file line numberDiff line numberDiff 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))

‎docker-compose.minimal.yml

+1-1
Original file line numberDiff line numberDiff 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

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)