mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-14 13:47:16 +02:00
Custom Docker Compose File
This commit is contained in:
parent
9f133ba98c
commit
e883614904
15
custom.yml
Normal file
15
custom.yml
Normal file
@ -0,0 +1,15 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
audiolibrary:
|
||||
restart: unless-stopped
|
||||
image: oasis256/audiolibrary
|
||||
ports:
|
||||
- 13378:80
|
||||
container_name: bookShelf
|
||||
volumes:
|
||||
- /mnt/f/Fun/Audiobooks:/audiobooks
|
||||
- /mnt/i/Reads/Torrent/BookShelf/Ebooks:/Ebooks
|
||||
- /mnt/i/Reads/Torrent/BookShelf/Private:/Private
|
||||
- /mnt/i/Reads/Torrent/BookShelf/meta:/metadata
|
||||
- /mnt/i/Reads/Torrent/BookShelf/config:/config
|
Loading…
Reference in New Issue
Block a user