goofball222 / murmur

Murmur server (Mumble) Docker container - https://mumble.info
Apache License 2.0
36 stars 14 forks source link

Avoid changing the variables in the entrypoint #10

Open dmirtillo opened 3 years ago

dmirtillo commented 3 years ago

Hello, I'm currently trying to use your image with a mysql database but this specific function does not allow me to do it

https://github.com/goofball222/murmur/blob/285c617bbdfe7cf34736e3f7702d1fdd49ddaf4d/stable/root/usr/local/bin/entrypoint-functions.sh#L48

Could you avoid overwriting this variable or finding another way to check it beforehand so that actual database names can be used? Currently this prevent any third-party database to be used. Best,