Navidrome
This commit is contained in:
parent
d4d97b4c28
commit
e907a77e90
1 changed files with 14 additions and 0 deletions
14
Navidrome/compose.yml
Normal file
14
Navidrome/compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
services:
|
||||||
|
navidrome:
|
||||||
|
image: deluan/navidrome:latest
|
||||||
|
user: 1000:1000 # should be owner of volumes
|
||||||
|
ports:
|
||||||
|
- "4533:4533"
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- "./data:/data"
|
||||||
|
- "/home/criz/Medias/Music:/music:ro"
|
||||||
|
labels:
|
||||||
|
tsdproxy.enable: "true"
|
||||||
|
tsdproxy.name: "music"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue