diff --git a/docker-compose.override.yml b/docker-compose.override.yml deleted file mode 100644 index eeeab07e..00000000 --- a/docker-compose.override.yml +++ /dev/null @@ -1,13 +0,0 @@ -# This is just an example. Customize it to your needs. - -version: "3" -services: - navidrome: - build: . - environment: - # See all options and defaults in conf/configuration.go - ND_SCANINTERVAL: 5s - ND_LOGLEVEL: debug - volumes: - - "./data:/data" - - "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"