diff --git a/custom.yml b/custom.yml new file mode 100644 index 000000000..25ed7814a --- /dev/null +++ b/custom.yml @@ -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 \ No newline at end of file