audiobookshelf

This commit is contained in:
Fern Garden 2025-07-22 16:51:48 +08:00
parent dcd899a01b
commit 45ef0a64d9

View file

@ -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