forked from finn/tinyboard
setup-opds.sh: add bind-propagation=shared to dir2opds mount for FUSE mount visibility inside container
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user