You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
398 B
YAML
19 lines
398 B
YAML
services:
|
|
audiobookshelf:
|
|
container_name: audiobookshelf
|
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
|
environment:
|
|
- AUDIOBOOKSHELF_UID=99
|
|
- AUDIOBOOKSHELF_GID=100
|
|
ports:
|
|
- 13378:80
|
|
volumes:
|
|
- ${AUDIO_BOOKS_DIRECTORY}:/audiobooks
|
|
- ${PODCASTS_DIRECTORY}:/podcasts
|
|
- config:/config
|
|
- metadata:/metadata
|
|
volumes:
|
|
config:
|
|
metadata:
|
|
|