Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 13, 2021 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnburgess/0c2966855f9197bd3838cdd5123a2a60 to your computer and use it in GitHub Desktop.
Save dnburgess/0c2966855f9197bd3838cdd5123a2a60 to your computer and use it in GitHub Desktop.
DB Tech Navidrome Music Container
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