From 45ef0a64d9562a60fb3002494bba7ddca53e4589 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Tue, 22 Jul 2025 16:51:48 +0800 Subject: [PATCH] audiobookshelf --- audiobookshelf/compose.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/audiobookshelf/compose.yaml b/audiobookshelf/compose.yaml index d13a9a4..d602bcd 100644 --- a/audiobookshelf/compose.yaml +++ b/audiobookshelf/compose.yaml @@ -5,8 +5,8 @@ services: image: ghcr.io/advplyr/audiobookshelf:latest container_name: audiobookshelf volumes: - - audiobookshelf_config:/config - - audiobookshelf_metadata:/metadata + - /home/fern/docker/data/audiobookshelf/config:/config + - /home/fern/docker/data/audiobookshelf/metadata:/metadata - /media:/media environment: - TZ=Australia/Perth @@ -22,9 +22,3 @@ networks: default: proxy: external: true - -volumes: - audiobookshelf_config: - name: audiobookshelf_config - audiobookshelf_metadata: - name: audiobookshelf_metadata