diff --git a/compose.yaml b/compose.yaml index 20b7192..0c540b3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -148,7 +148,8 @@ services: #- /mnt/hub/rocky-remote/st/rockybookshare/:/rocky-remote #- /mnt/hub/rocky-remote/st/briebookshare/:/rocky-redundant #- /mnt/hub/brie-remote/st/bookshare:/brie-remote - - /mnt/hub:/bookshare + - /home/armbian/mnt/gouda/st/data/:/bookshare/gouda + - /home/armbian/mnt/rocky/st/data/:/bookshare/rocky #ports: # - 10801:10801 environment: @@ -159,6 +160,7 @@ services: - ENABLE_OPDS_PROGRESSION=true - STUMP_MAX_SCANNER_CONCURRENCY=2 - STUMP_MAX_THUMBNAIL_CONCURRENCY=1 + - STUMP_VERBOSITY=1 restart: unless-stopped networks: - frontnet