mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-03 06:29:42 +00:00
Add:Experimental tone library for scanning metadata
This commit is contained in:
parent
0e98620939
commit
c16e6d19ae
12 changed files with 235 additions and 277 deletions
|
|
@ -3,11 +3,11 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf
|
||||
image: audiobookshelf-test
|
||||
ports:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- ./audiobooks:/audiobooks
|
||||
- ./metadata:/metadata
|
||||
- ./config:/config
|
||||
- ./media/audiobooks:/audiobooks
|
||||
- ./test/metadata:/metadata
|
||||
- ./test/config:/config
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue