+ audiobookshelf
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 19s Details

This commit is contained in:
Chase 2024-03-04 21:58:33 -06:00
parent 90b8ead053
commit 4fbc2a4878
Signed by: chase
GPG Key ID: 9EC29E797878008C
1 changed files with 11 additions and 0 deletions

View File

@ -673,3 +673,14 @@ services:
- '2037:80'
restart: unless-stopped
container_name: keiradawn.net
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 2038:80
volumes:
- /media/easystore/Audiobooks:/audiobooks
- /media/easystore/Podcasts:/podcasts
- /dockerData/audiobookshelf/config:/config
- /dockerData/audiobookshelf/metadata:/metadata
restart: unless-stopped
container_name: audiobookshelf