From e883614904bc27d4397616f6a83e4dba43178ca1 Mon Sep 17 00:00:00 2001 From: Oasis256 Date: Sat, 19 Feb 2022 10:26:41 +0300 Subject: [PATCH] Custom Docker Compose File --- custom.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 custom.yml 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