23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
# audiobookshelf.container
|
|
[Unit]
|
|
Description=Audiobookshelf Server
|
|
|
|
[Container]
|
|
ContainerName=audiobookshelf
|
|
Image=ghcr.io/advplyr/audiobookshelf:latest
|
|
AutoUpdate=registry
|
|
UserNS=auto
|
|
NoNewPrivileges=true
|
|
PublishPort=13378:80
|
|
Volume=/media/CONTAINER/Audiobooks:/audiobooks
|
|
Volume=/media/CONTAINER/Books:/books
|
|
Volume=/media/CONTAINER/Podcasts:/podcasts
|
|
Volume=audiobookshelf-config:/config:Z
|
|
Volume=audiobookshelf-metadata:/metadata:Z
|
|
|
|
[Service]
|
|
Restart=on-abnormal
|
|
|
|
#[Install]
|
|
#WantedBy=default.target
|