Delete quadlets/audiobookshelf directory

This commit is contained in:
Joe Harrison 2024-12-04 16:13:02 +00:00 committed by GitHub
parent 549a6438fc
commit d4a52b7129
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 27 deletions

View file

@ -1,23 +0,0 @@
[Unit]
Description=Audiobookshelf Quadlet
[Service]
Restart=always
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/advplyr/audiobookshelf:latest
ContainerName=audiobookshelf
HostName=audiobookshelf
PublishPort=13378:80
Volume=audiobookshelf-config:/metadata:z
Volume=audiobookshelf-metadata:/config:z
Volume=audiobookshelf-audiobooks:/audiobooks:z
Environment=AUDIOBOOKSHELF_UID=USER_UID_HERE
Environment=AUDIOBOOKSHELF_GID=USER_GID_HERE

View file

@ -1,4 +0,0 @@
[Volume]
VolumeName=audiobookshelf-config
VolumeName=audiobookshelf-metadata
VolumeName=audiobookshelf-audiobooks