commit ba66abae95023daa6a6f262990cc48243a9bf2e9 Author: david Date: Mon Jan 12 12:40:52 2026 -0500 first commit diff --git a/audiobookshelf.container b/audiobookshelf.container new file mode 100644 index 0000000..18ba03f --- /dev/null +++ b/audiobookshelf.container @@ -0,0 +1,21 @@ +# audiobookshelf.container +[Unit] +Description=Audiobookshelf Server + +[Container] +ContainerName=audiobookshelf +Image=ghcr.io/advplyr/audiobookshelf:latest +AutoUpdate=registry +NoNewPrivileges=true +PublishPort=13378:80 +Volume=/media/AUDIOBOOKSHELF/Audiobooks:/audiobooks +Volume=/media/AUDIOBOOKSHELF/Books:/books +Volume=/media/AUDIOBOOKSHELF/Podcasts:/podcasts +Volume=audiobookshelf-config:/config +Volume=audiobookshelf-metadata:/metadata + +[Service] +Restart=unless-stopped + +[Install] +WantedBy=default.target