[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-04-28 20:02:44 +00:00
parent b9400ab440
commit 12e902e421

View file

@ -170,4 +170,13 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- media_network - 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