Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

audiobookshelf

install

1

mkdir audiobookshelf
cd audiobookshelf
vim docker-compose.yml
# Copy from https://github.com/advplyr/audiobookshelf/blob/master/docker-compose.yml
    volumes:
    	# Add media dirs on mount disk
      - /mnt/<mount_name>/audiobookshelf:/audiobooks
      - /mnt/<mount_name>/podcast:/podcasts
sudo docker compose up -d

reference

audiobookshelf


  1. Docker Compose