[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
12e902e421
commit
a7d944a10b
1 changed files with 4 additions and 1 deletions
|
|
@ -171,7 +171,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
|
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
|
container_name: audiobookshelf
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
ports:
|
ports:
|
||||||
- 8888:80
|
- 8888:80
|
||||||
|
|
@ -180,3 +181,5 @@ services:
|
||||||
- /app-config/audiobookshelf/metadata:/metadata
|
- /app-config/audiobookshelf/metadata:/metadata
|
||||||
- /app-config/audiobookshelf/config:/config
|
- /app-config/audiobookshelf/config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
Loading…
Add table
Add a link
Reference in a new issue