archive
This commit is contained in:
15
booksonic/build_and_run.sh
Executable file
15
booksonic/build_and_run.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user