mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 02:37:18 +03:00
19 lines
409 B
YAML
19 lines
409 B
YAML
# This is just an example. Customize it to your needs.
|
|
|
|
version: "3"
|
|
services:
|
|
navidrome:
|
|
image: deluan/navidrome:latest
|
|
ports:
|
|
- "4533:4533"
|
|
environment:
|
|
# All options with their default values:
|
|
ND_MUSICFOLDER: /music
|
|
ND_DATAFOLDER: /data
|
|
ND_SCANINTERVAL: 1m
|
|
ND_LOGLEVEL: info
|
|
ND_PORT: 4533
|
|
volumes:
|
|
- "./data:/data"
|
|
- "./music:/music"
|