Closed AzraelsDisk closed 11 months ago
It looks like some of the variables are ignored, is there an other way no to set them?
There is now a new (additional) way to provide configuration via a config.ini
file in the program directory. Maybe I've introduced a bug here.
Please try providing a config.ini (template found in the src dir)
How could this be done via Synology container manager? There is could only add variables. ThxAm 07.10.2023 um 20:31 schrieb Reinhard Weber (Brandstaedter) @.***>: There is now a new (additional) way to provide configuration via a config.ini file in the program directory. Maybe I've introduced a bug here. Please try providing a config.ini (template found in the src dir)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
It's the same as with other docker runtimes, you can mount a single file as a "volume" into a single file into the container as well: https://docs.docker.com/storage/volumes/
But there is indeed a problem when there is no config file present, default values are applied.... needs a fix