mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added audiobookshelf compose file
This commit is contained in:
parent
63e5316630
commit
b3b358bb33
25
audiobookshelf/compose.yml
Normal file
25
audiobookshelf/compose.yml
Normal file
@ -0,0 +1,25 @@
|
||||
# https://github.com/advplyr/audiobookshelf
|
||||
# https://www.audiobookshelf.org/
|
||||
|
||||
# Audiobookshelf is a self-hosted audiobook and podcast server.
|
||||
|
||||
services:
|
||||
audiobookshelf:
|
||||
container_name: "audiobookshelf"
|
||||
image: "ghcr.io/advplyr/audiobookshelf:latest"
|
||||
ports:
|
||||
- "8065:80"
|
||||
restart: "unless-stopped"
|
||||
volumes:
|
||||
- "metadata:/metadata"
|
||||
- "config:/config"
|
||||
- "audiobooks:/audiobooks"
|
||||
- "podcasts:/podcasts"
|
||||
# - "path-to-your-audiobooks:/audiobooks" # Uncomment and replace with your audiobooks path
|
||||
# - "path-to-your-podcasts:/podcasts" # Uncomment and replace with your podcasts path
|
||||
|
||||
volumes:
|
||||
metadata:
|
||||
config:
|
||||
audiobooks:
|
||||
podcasts:
|
Loading…
x
Reference in New Issue
Block a user