[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
11
compose.yaml
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue