This commit is contained in:
mol
2024-10-16 22:18:39 +08:00
parent d4f1c983fb
commit c9fb542086

View File

@ -43,6 +43,7 @@ services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
user: 0:0 # should be owner of volumes
ports:
- "4533:4533"
@ -123,6 +124,7 @@ services:
douban-rs-api:
restart: always
container_name: douban-rs-api
image: ghcr.io/cxfksword/douban-api-rs
komga: