[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
b9400ab440
commit
12e902e421
1 changed files with 10 additions and 1 deletions
|
|
@ -171,3 +171,12 @@ services:
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue