TeamSpeak-Systems / teamspeak-linux-docker-images

docker build files for TeamSpeak servers
Other
114 stars 52 forks source link

Custom .ini file #72

Open schoeppi5 opened 3 years ago

schoeppi5 commented 3 years ago

I noticed, that if I mount a custom ini-file in the container it will be overwritten by the entrypoint. I do notice, that I can set alot of environment virables for configuration, but would like to do that in a file instead of setting all these variables or using another config file here. What is your stand on this? I do see the higher risk of misconfiguration here and think, the way it is currently implemented deals with that just fine. And maybe this is already a possibility and I just don't see that.

Thanks in advance for your reply.