Add:Experimental tone library for scanning metadata

This commit is contained in:
advplyr
2022-09-11 15:35:06 -05:00
parent 0e98620939
commit c16e6d19ae
12 changed files with 235 additions and 277 deletions
+4 -4
View File
@@ -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