Update audiobookshelf/audiobookshelf.container

This commit is contained in:
2026-02-16 15:37:54 -05:00
parent 2b0244d50a
commit de7d16ae51

View File

@@ -6,6 +6,7 @@ Description=Audiobookshelf Server
ContainerName=audiobookshelf ContainerName=audiobookshelf
Image=ghcr.io/advplyr/audiobookshelf:latest Image=ghcr.io/advplyr/audiobookshelf:latest
AutoUpdate=registry AutoUpdate=registry
UserNS=auto
NoNewPrivileges=true NoNewPrivileges=true
PublishPort=13378:80 PublishPort=13378:80
Volume=/media/CONTAINER/Audiobooks:/audiobooks Volume=/media/CONTAINER/Audiobooks:/audiobooks
@@ -15,8 +16,6 @@ Volume=audiobookshelf-config:/config:Z
Volume=audiobookshelf-metadata:/metadata:Z Volume=audiobookshelf-metadata:/metadata:Z
[Service] [Service]
User=1000
Group=1000
Restart=on-abnormal Restart=on-abnormal
#[Install] #[Install]