From 12e902e421bbdb213fc1097d4a88fbde3369340f Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 28 Apr 2025 20:02:44 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index b3341c2..ebdd6c3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -170,4 +170,13 @@ services: restart: unless-stopped networks: - media_network - + + audiobookshelf: + image: ghcr.io/advplyr/audiobookshelf:latest + ports: + - 8888:80 + volumes: + - /data:/data + - /app-config/audiobookshelf/metadata:/metadata + - /app-config/audiobookshelf/config:/config + restart: unless-stopped