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 <frank.josua@gmail.com>
  • Loading branch information
owmsoton and sharknoon authored Jul 27, 2024
1 parent c6702ef commit 0bdc473
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions navidrome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
environment:
- PUID=1000
- PGID=1000
ports:
- "4533:4533"
volumes:

Check notice on line 8 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
Expand Down

0 comments on commit 0bdc473

Please sign in to comment.