From e9474ec668f0f5db9bee25a0959f99e83b14caa3 Mon Sep 17 00:00:00 2001 From: sascha Date: Wed, 29 Apr 2026 19:47:42 +0200 Subject: [PATCH] Add Audiobookshelf compose with NFS volume fix --- compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compose.yaml b/compose.yaml index 8cc68ad..748a6d2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,3 +19,8 @@ services: - /app-config/audiobookshelf:/config - /app-config/audiobookshelf/metadata:/metadata - data:/data + +volumes: + data: + external: true + name: arrapps_data