GNU nano 8.4 docker-compose.yml

services: navidrome: image: deluan/navidrome:latest user: 1000:1000 # should be owner of volumes ports:

Optional: put your config options customization here. Examples:

ND_LOGLEVEL: debug

ND_TRUSTED_PROXIES: "192.168.x.1/32,::1" volumes:

mount in fstab sudo nano /etc/fstab

//192.168.X.X/HS1RZ/HS1-FLAC/FLAC /mnt/FLAC cifs credentials=/mnt/name of cred file.cred,vers=3.0,uid=1000,gid=users,file_mode=0775,dir_mode=0775,iocharset=utf8,nofail,x-systemd.automount 0 0

sudo mkdir /mnt/metal

sudo mkdir /mnt/pop

sudo mkdir /mnt/old

Droit d’écriture CHMOD +X

sudo chmod +x /mnt/metal

sudo chmod +x /mnt/pop

sudo chmod +x /mnt/old

démarrage au système

GNU nano 8.4                               /etc/systemd/system/navidrome.service

[Unit]

Description=Navidrome via Docker Compose