Created
August 13, 2021 20:27
-
-
Save dnburgess/0c2966855f9197bd3838cdd5123a2a60 to your computer and use it in GitHub Desktop.
DB Tech Navidrome Music Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
navidrome: | |
image: deluan/navidrome:latest | |
user: 1026:100 # should be owner of volumes | |
ports: | |
- 4533:4533 | |
restart: unless-stopped | |
environment: | |
# Optional: put your config options customization here. Examples: | |
ND_SCANSCHEDULE: 1h | |
ND_LOGLEVEL: info | |
ND_SESSIONTIMEOUT: 24h | |
volumes: | |
- /volume1/Configs/Navidrome:/data | |
- /volume1/Music:/music:ro | |
######## NOTES ######## | |
# | |
# Homepage: https://www.navidrome.org/ | |
# Docker Information: https://www.navidrome.org/docs/installation/docker/ | |
# | |
######## /NOTES ######## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment