You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an environment variable which can be used to override the generation of the mpd.conf file in the container or specify a path to a custom mpd.conf file to use instead of the default one. This will enable use cases not currently supported by the container and provide a mechansim to provide a custom conf file in case there is a bug with the generated config in the future.
Hello, I implemented this using the (already existing) volume /user/config
Just place (or anyway mount) a file named override.mpd.conf to use that file instead of the generated configuration file.
Hope this will work for you, enjoy!
It would be great to have an environment variable which can be used to override the generation of the mpd.conf file in the container or specify a path to a custom mpd.conf file to use instead of the default one. This will enable use cases not currently supported by the container and provide a mechansim to provide a custom conf file in case there is a bug with the generated config in the future.
(Separate issue created as per request in #355 )
The text was updated successfully, but these errors were encountered: