From 85def22fca367736878d5ff59c4f1693b4ac792d Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Mon, 20 Apr 2026 21:41:46 -0700 Subject: [PATCH] setup-opds.sh: add bind-propagation=shared to dir2opds mount for FUSE mount visibility inside container --- hub/setup-opds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/setup-opds.sh b/hub/setup-opds.sh index ade5951..597ae82 100755 --- a/hub/setup-opds.sh +++ b/hub/setup-opds.sh @@ -189,7 +189,7 @@ dir2opds) --name dir2opds \ --restart unless-stopped \ --network opds-net \ - --mount "type=bind,source=${BOOKS_PATH},target=/books,readonly" \ + --mount "type=bind,source=${BOOKS_PATH},target=/books,readonly,bind-propagation=shared" \ "$OPDS_IMAGE" \ /dir2opds -dir /books -hide-dot-files -calibre ;;