From 50333de06fbaedb1e56972604a70c4947ac44245 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 29 Mar 2026 07:45:53 +0000 Subject: [PATCH] removed old codeblock --- projects/audiobookshelf/index.md | 38 +------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/projects/audiobookshelf/index.md b/projects/audiobookshelf/index.md index 3cf0b31..a0ff2eb 100644 --- a/projects/audiobookshelf/index.md +++ b/projects/audiobookshelf/index.md @@ -16,42 +16,6 @@ tags: [] > [!IMPORTANT] Audiobookshelf requires a websocket connection. -``` yaml -# audiobookshelf - https://github.com/advplyr/audiobookshelf/blob/master/docker-compose.yml ---- -version: "3.7" -services: - audiobookshelf: - container_name: audiobookshelf - image: ghcr.io/advplyr/audiobookshelf:latest - # ABS runs on port 13378 by default. If you want to change - # the port, only change the external port, not the internal port - ports: - - 13378:80 - volumes: - # These volumes are needed to keep your library persistent - # and allow media to be accessed by the ABS server. - # The path to the left of the colon is the path on your computer, - # and the path to the right of the colon is where the data is - # available to ABS in Docker. - - # You can change these media directories or add as many as you want - - /mnt/store/MediaServer/Audio_Books:/audiobooks - - /mnt/store/MediaServer/podcasts:/podcasts - - /mnt/store/app/audiobookshelf/metadata:/metadata - - # The config directory needs to be on the same physical machine - # you are running ABS on - - /app/audiobookshelf/config:/config - restart: unless-stopped - # You can use the following environment variable to run the ABS - # docker container as a specific user. You will need to change - # the UID and GID to the correct values for your user. - #environment: - # - user=1000:1000 -``` ---- - -```sh +```yaml {{}} ```