up
This commit is contained in:
2025-09-14 23:13:06 +07:00
parent ee892854a6
commit 9690ed5634
80 changed files with 8417 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
container_name: audiobookshelf
ports:
- "13378:80" # HostPort:ContainerPort
volumes:
- /srv/audiobookshelf/config:/config
- /srv/audiobookshelf/audiobooks:/audiobooks
- /srv/audiobookshelf/podcasts:/podcasts
restart: always