Skip to content

Commit

Permalink
Update navidrome/docker-compose.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Josua Frank <[email protected]>
  • Loading branch information
owmsoton and sharknoon authored Jul 28, 2024
1 parent 34acf08 commit d43a7aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions navidrome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ services:
volumes:

Check notice on line 13 in navidrome/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/navidrome/data" doesn't exist

The volume "${APP_DATA_DIR}/data:/data" tries to mount the file/directory "/navidrome/data", but it is not present. This can lead to permission errors!
- ${APP_DATA_DIR}/data:/data
- ${UMBREL_ROOT}/data/storage/music:/music:rw

# You do not need to expose the port that your app's web server is listening on if you're using the app_proxy service.
# This is handled by the APP_HOST and APP_PORT environment variables in the service above.
#
# If you need to expose additional ports, you can do so like this, replacing <port> with the port number:

0 comments on commit d43a7aa

Please sign in to comment.