ITADN

Issue with Navidrome Installation using Docker

#163Openandresgarcia0313 创建于 2024-06-20
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
0 条评论