######################################################################### # # # Description: Audiobookself is a self-hosted audiobook manager # # ReferenceURL: https://github.com/advplyr/audiobookshelf # # # ######################################################################### services: audiobookshelf: image: ghcr.io/advplyr/audiobookshelf:latest ports: - 13378:80 volumes: - /mnt/media/Books/:/books - /mnt/media/Podcasts:/podcasts - /mnt/media/Containers/audiobookshelf/config:/config - /mnt/media/Containers/audiobookshelf/metadata:/metadata environment: - TZ=Europe/Amsterdam