mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 02:30:10 +08:00
audiobookshelf
This commit is contained in:
parent
dcd899a01b
commit
45ef0a64d9
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue