navidrome / website

Navidrome's documentation website
https://www.navidrome.org
Apache License 2.0
18 stars 92 forks source link

Issue with Navidrome Installation using Docker #163

Open andresgarcia0313 opened 1 week ago

andresgarcia0313 commented 1 week ago

Issue with Navidrome Installation using Docker

Hi,

I've encountered some issues during the installation of Navidrome with Docker following the current documentation. To improve the experience for other users, I suggest the following:

Relative paths: In the docker-compose.yml file, use paths relative to the compose.yml itself to simplify the process and avoid errors.

Environment variables: Include the recommended environment variables in the docker-compose.yml.

User permissions: Using user:1000:1000 causes issues as it does not allow the creation of the /data/cache directory. I had to remove this configuration to make it work properly.

Thank you for your attention.

Best regards, Andrés Eduardo García Márquez