This commit is contained in:
bel
2021-09-14 06:44:17 -06:00
commit c5fa6baecd
22 changed files with 828 additions and 0 deletions

15
booksonic/build_and_run.sh Executable file
View File

@@ -0,0 +1,15 @@
#! /bin/bash
docker run --rm -it \
--name=booksonic \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-e TZ=Europe/London \
-e CONTEXT_PATH=localhost \
-p 4041:4040 \
-v $PWD/mnt/config:/config \
-v $PWD/mnt/audiobooks:/audiobooks \
-v $PWD/mnt/podcasts:/podcasts \
-v $PWD/mnt/othermedia:/othermedia \
linuxserver/booksonic