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

This commit is contained in:
komodo 2025-04-28 20:03:55 +00:00
parent 12e902e421
commit a7d944a10b

View file

@ -171,7 +171,8 @@ services:
networks:
- media_network
audiobookshelf:
audiobookshelf:
container_name: audiobookshelf
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 8888:80
@ -180,3 +181,5 @@ services:
- /app-config/audiobookshelf/metadata:/metadata
- /app-config/audiobookshelf/config:/config
restart: unless-stopped
networks:
- media_network