summaryrefslogtreecommitdiff
path: root/babylon5/docker-start-audiobookshelf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-01-01 23:12:36 +0200
committerPaul Buetow <paul@buetow.org>2024-01-01 23:12:36 +0200
commit2b0acc970d5b5946d719d8951a8964420b52a7ff (patch)
tree4bb03a7d77335b88d372736e9cab93d04637d579 /babylon5/docker-start-audiobookshelf
parent78e64b8223d95c5474db25d58d4241517407125e (diff)
add some scripts as a backup here
Diffstat (limited to 'babylon5/docker-start-audiobookshelf')
-rwxr-xr-xbabylon5/docker-start-audiobookshelf12
1 files changed, 12 insertions, 0 deletions
diff --git a/babylon5/docker-start-audiobookshelf b/babylon5/docker-start-audiobookshelf
new file mode 100755
index 0000000..404c787
--- /dev/null
+++ b/babylon5/docker-start-audiobookshelf
@@ -0,0 +1,12 @@
+#!/usr/bin/bash
+
+set -x
+
+docker pull ghcr.io/advplyr/audiobookshelf
+docker run -d \
+ -p 13378:80 \
+ -v /opt/audiobookshelf/config:/config \
+ -v /opt/audiobookshelf/metadata:/metadata \
+ -v /opt/audiobookshelf/audiobooks:/audiobooks \
+ -v /opt/audiobookshelf/podcasts:/podcasts \
+ --name audiobookshelf ghcr.io/advplyr/audiobookshelf