[GH-ISSUE #2024] Koel doesn't work with Synology NAS #1056

Closed
opened 2026-02-26 02:35:06 +03:00 by kerem · 2 comments
Owner

Originally created by @ait-cgonzalez on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2024

IM TRYING to setup Koel inside Docker Container in a Synology NAS but i get this error with all songs when i try to reproduce.

i have all the permissions set it up, but nothing works.

[:error] [pid 21:tid 21] (13)Permission denied: [client 172.20.0.1:56110] xsendfile: cannot open file: /music/Adele/21 (Deluxe Version)/15 Someone Like You (Live Acoustic).mp3, referer: http://NASIP:7777/

yaml file

version: '3'

services:
koel:
image: phanan/koel
container_name: koel
ports:
- 7777:80
environment:
- DB_CONNECTION=mysql
- DB_HOST=NASIP
- DB_USERNAME=koel_user
- DB_PASSWORD=Removed
- DB_DATABASE=koel_db
volumes:
- /volume1/temporal/audio:/music
- /volume1/docker/koel/covers:/var/www/html/public/img/covers
- /volume1/docker/koel/indexes:/var/www/html/storage/search-indexes

volumes:
db:
driver: local
music:
driver: local
covers:
driver: local
search_index:
driver: local

Originally created by @ait-cgonzalez on GitHub (Jul 4, 2025). Original GitHub issue: https://github.com/koel/koel/issues/2024 IM TRYING to setup Koel inside Docker Container in a Synology NAS but i get this error with all songs when i try to reproduce. i have all the permissions set it up, but nothing works. [:error] [pid 21:tid 21] (13)Permission denied: [client 172.20.0.1:56110] xsendfile: cannot open file: /music/Adele/21 (Deluxe Version)/15 Someone Like You (Live Acoustic).mp3, referer: http://NASIP:7777/ yaml file version: '3' services: koel: image: phanan/koel container_name: koel ports: - 7777:80 environment: - DB_CONNECTION=mysql - DB_HOST=NASIP - DB_USERNAME=koel_user - DB_PASSWORD=Removed - DB_DATABASE=koel_db volumes: - /volume1/temporal/audio:/music - /volume1/docker/koel/covers:/var/www/html/public/img/covers - /volume1/docker/koel/indexes:/var/www/html/storage/search-indexes volumes: db: driver: local music: driver: local covers: driver: local search_index: driver: local
kerem closed this issue 2026-02-26 02:35:06 +03:00
Author
Owner

@phanan commented on GitHub (Jul 13, 2025):

What's the output of the php artisan koel:doctor command?

<!-- gh-comment-id:3066890438 --> @phanan commented on GitHub (Jul 13, 2025): What's the output of the `php artisan koel:doctor` command?
Author
Owner

@ait-cgonzalez commented on GitHub (Jul 14, 2025):

Hi, i resolved the issue was downloading the incorrect dockert file

<!-- gh-comment-id:3070694292 --> @ait-cgonzalez commented on GitHub (Jul 14, 2025): Hi, i resolved the issue was downloading the incorrect dockert file
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1056
No description provided.