Ajouter compose.yml
This commit is contained in:
commit
d6ecacbf2c
13
compose.yml
Normal file
13
compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
navidrome:
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- "4533:4533"
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# Optional: put your config options customization here. Examples:
|
||||
# ND_LOGLEVEL: debug
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "/path/to/music/folder:/music:ro"
|
||||
Loading…
x
Reference in New Issue
Block a user