diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-02 11:31:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-02 11:31:38 +0300 |
| commit | ff9f3a641fec256e1f4b01fcd95590451f656f0a (patch) | |
| tree | 04f4b0d8d370006bd2cc22e35c4ce76f7ba134d6 /gemfeed/examples/conf/babylon5/docker-start-audiobookshelf | |
| parent | c0f9ecf5e0b075db8e54ef1235ec80878e418398 (diff) | |
Update content for html
Diffstat (limited to 'gemfeed/examples/conf/babylon5/docker-start-audiobookshelf')
| -rwxr-xr-x | gemfeed/examples/conf/babylon5/docker-start-audiobookshelf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gemfeed/examples/conf/babylon5/docker-start-audiobookshelf b/gemfeed/examples/conf/babylon5/docker-start-audiobookshelf deleted file mode 100755 index 404c787c..00000000 --- a/gemfeed/examples/conf/babylon5/docker-start-audiobookshelf +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 |
