Custom Docker Compose File

This commit is contained in:
Oasis256 2022-02-19 10:26:41 +03:00
parent 9f133ba98c
commit e883614904

15
custom.yml Normal file
View 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